From a21ca4af2ae231cd072f1989c2bd99a1caf7fd87 Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Thu, 2 Dec 2021 14:21:54 +0800 Subject: [PATCH] fix XiUOS/stm32f103-nano board README.md error --- Ubiquitous/XiUOS/board/stm32f103-nano/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiUOS/board/stm32f103-nano/README.md b/Ubiquitous/XiUOS/board/stm32f103-nano/README.md index c85749cc3..88dff3789 100644 --- a/Ubiquitous/XiUOS/board/stm32f103-nano/README.md +++ b/Ubiquitous/XiUOS/board/stm32f103-nano/README.md @@ -184,7 +184,7 @@ XiUOS板级驱动当前支持使用GPIO、UART。 make BOARD=stm32f103-nano ``` -4.如果编译正确无误,会产生XiUOS_stm32f103-nano.elf、XiUOS_stm32f103-nano.bin文件。其中XiUOS_stm32f103-nano.bin需要烧写到设备中进行运行。 +5.如果编译正确无误,会产生XiUOS_stm32f103-nano.elf、XiUOS_stm32f103-nano.bin文件。其中XiUOS_stm32f103-nano.bin需要烧写到设备中进行运行。 ## 3. 烧写及执行