samples: lsm6dso: enable float printing

This sample requires float support from cbprintf.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-17 15:30:54 -04:00
parent e5f21a7234
commit 6586d0f5c4

View file

@ -3,3 +3,4 @@ CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_LSM6DSO=y
CONFIG_LSM6DSO_TRIGGER_GLOBAL_THREAD=y
CONFIG_CBPRINTF_FP_SUPPORT=y