fix XiUOS/stm32f103-nano board README.md error

This commit is contained in:
Liu_Weichao 2021-12-02 14:21:54 +08:00
parent a51473d791
commit a21ca4af2a
1 changed files with 1 additions and 1 deletions

View File

@ -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. 烧写及执行