Skip to content

Commit

Permalink
Tools: ardupilotwaf: esp32 does not have hardware double
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
  • Loading branch information
srmainwaring committed Dec 16, 2024
1 parent aec7cc2 commit 4394c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def expand_path(p):
# 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"):
Expand Down

0 comments on commit 4394c0e

Please sign in to comment.