linguini1 commented on code in PR #17408:
URL: https://github.com/apache/nuttx/pull/17408#discussion_r2586393879


##########
drivers/sensors/Kconfig:
##########
@@ -17,6 +17,24 @@ config USENSOR
        ---help---
                Allow application to register user sensor by /dev/usensor.
 
+choice
+       prompt "Sensor framework data type"
+       default SENSORS_USE_FLOAT
+
+config SENSORS_USE_FLOAT
+       bool "Use float as data type for sensors"
+       ---help---
+               Use float as data type for sensors.
+               This option is recommended if for targets with FPU support.
+
+config SENSORS_USE_B16

Review Comment:
   Makes sense! I thought b16 was 16-bit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to