apps/netutils/cjson/Kconfig: stdio floating point support required. cJSON requires floating point support in printf (specifically the 'g' conversion specifier). Thus, select LIBC_FLOATINGPOINT when NETUTILS_CJSON is selected.
This commit is contained in:
parent
9eff955556
commit
bf066f11e7
@ -6,6 +6,7 @@
|
|||||||
config NETUTILS_CJSON
|
config NETUTILS_CJSON
|
||||||
bool "cJSON library (current version)"
|
bool "cJSON library (current version)"
|
||||||
default n
|
default n
|
||||||
|
select LIBC_FLOATINGPOINT
|
||||||
---help---
|
---help---
|
||||||
Enables the cJSON library.
|
Enables the cJSON library.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user