mirror of https://github.com/ArduPilot/ardupilot
Tools: ardupilotwaf: esp32 does not have hardware double
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
aec7cc24d1
commit
4394c0e036
|
@ -1018,7 +1018,7 @@ class esp32(Board):
|
||||||
# this makes sure we get the correct subtype
|
# this makes sure we get the correct subtype
|
||||||
env.DEFINES.update(
|
env.DEFINES.update(
|
||||||
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_ESP32_%s' % tt.upper() ,
|
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"):
|
if self.name.endswith("empty"):
|
||||||
|
|
Loading…
Reference in New Issue