shell: shell: select FP formatting support
This module needs to format floating point values in shell print statements, which requires FP format support. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
46b12406de
commit
ab9f7497ba
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ config SENSOR_INIT_PRIORITY
|
||||||
config SENSOR_SHELL
|
config SENSOR_SHELL
|
||||||
bool "Enable sensor shell"
|
bool "Enable sensor shell"
|
||||||
depends on SHELL
|
depends on SHELL
|
||||||
|
select CBPRINTF_FP_SUPPORT
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
This shell provides access to basic sensor data.
|
This shell provides access to basic sensor data.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue