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:
Peter Bigot 2020-11-16 09:01:32 -06:00 committed by Maureen Helm
commit ab9f7497ba

View file

@ -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.