kconfig: Change some '#Comment' comments to '# Comment'
For consistency. Newly-introduced stuff. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
1f38ea77ba
commit
39f2281c89
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ config EXTERNAL_LIBC
|
|||
help
|
||||
Build with external/user provided C library.
|
||||
|
||||
endchoice #LIBC_IMPLEMENTATION
|
||||
endchoice # LIBC_IMPLEMENTATION
|
||||
|
||||
if NEWLIB_LIBC
|
||||
|
||||
|
@ -76,7 +76,7 @@ config NEWLIB_LIBC_FLOAT_SCANF
|
|||
Build with floating point scanf enabled. This will increase the size of
|
||||
the image.
|
||||
|
||||
endif #NEWLIB_LIBC
|
||||
endif # NEWLIB_LIBC
|
||||
|
||||
if MINIMAL_LIBC
|
||||
|
||||
|
@ -95,7 +95,7 @@ config MINIMAL_LIBC_LL_PRINTF
|
|||
Build with long long printf enabled. This will increase the size of
|
||||
the image.
|
||||
|
||||
endif #MINIMAL_LIBC
|
||||
endif # MINIMAL_LIBC
|
||||
|
||||
config STDOUT_CONSOLE
|
||||
bool "Send stdout to console"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue