mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
config NETUTILS_CJSON
|
||||
bool "cJSON library (current version)"
|
||||
default n
|
||||
select LIBC_FLOATINGPOINT
|
||||
---help---
|
||||
Enables the cJSON library.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue