Fixed doc build warning cause by chinese-coded full-width comma - changed to normal comma and space

This commit is contained in:
Tomáš Pilný 2023-08-22 14:17:19 +02:00 committed by Xiang Xiao
parent 3b6b4788c9
commit 24adf144e1

View File

@ -16,7 +16,7 @@ CONFIGURATION
CONFIG_DISABLE_IDLE_LOOP=y
CONFIG_SYSTEM_OFLOADER=y
CONFIG_SYSTEM_OFLOADER_TABLE="/dev/flash,0x08000000,0x20000"0
CONFIG_SYSTEM_OFLOADER_TABLE="/dev/flash,0x08000000,0x20000",0
```CONFIG_DISABLE_IDLE_LOOP`` is used to disable the idle loop in NuttX.
```CONFIG_SYSTEM_OFLOADER``` is used to enable the Open Flash Loader.