5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-05 15:38:29 -04:00

Tools: fix the HAL double define

This commit is contained in:
David Buzz 2023-05-02 09:31:10 +10:00 committed by Peter Barker
parent f1af8bae0d
commit c947ce3be3

View File

@ -831,7 +831,7 @@ class esp32(Board):
env.DEFINES.update(
ENABLE_HEAP = 0,
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_ESP32_%s' % tt.upper() ,
ALLOW_DOUBLE_MATH_FUNCTIONS = '1',
HAL_HAVE_HARDWARE_DOUBLE = '1',
)
env.AP_LIBRARIES += [