mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Tools: ardupilotwaf: esp32 does not have hardware double
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
c4327161bc
commit
3235a0692c
@ -1018,7 +1018,6 @@ 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',
|
||||
)
|
||||
|
||||
if self.name.endswith("empty"):
|
||||
|
Loading…
Reference in New Issue
Block a user