lib: Fix malformed JSON_LIBARY Kconfig default
'default N' should have been 'default n', though they happen to have the same effect here, due to undefined Kconfig symbols ('N') evaluating to 'n' in a boolean sense. Kconfig bool symbols implicitly default to 'n', so remove the default rather than fixing it. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
f177fb88a0
commit
99cef4c60d
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ menu "Additional libraries"
|
|||
|
||||
config JSON_LIBRARY
|
||||
bool
|
||||
default N
|
||||
prompt "Build JSON library"
|
||||
help
|
||||
Build a minimal JSON parsing/encoding library. Used by sample
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue