[target][dartuino] properly mark files as needing float

Some routines inside the sensor bus code in dartuino need floating
point, so put those in MODULE_FLOAT_SRCS.

Also mark app/accellerometer as needing float.
This commit is contained in:
Travis Geiselbrecht
2024-05-14 00:46:28 -07:00
parent 2f336c9ba2
commit 2360f0fea1
3 changed files with 11 additions and 7 deletions

View File

@@ -7,4 +7,6 @@ MODULE_SRCS += \
MODULE_ARM_OVERRIDE_SRCS := \
MODULE_OPTIONS := float
include make/module.mk