Tools: ardupilotwaf: esp32 does not have hardware double

Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
Rhys Mainwaring 2024-12-08 12:18:47 +00:00
parent aec7cc24d1
commit 4394c0e036
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ class esp32(Board):
# this makes sure we get the correct subtype
env.DEFINES.update(
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_ESP32_%s' % tt.upper() ,
HAL_HAVE_HARDWARE_DOUBLE = '1',
HAL_HAVE_HARDWARE_DOUBLE = '0',
)
if self.name.endswith("empty"):