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 <[email protected]>
  • Loading branch information
srmainwaring authored and tpwrules committed Dec 27, 2024
1 parent c432716 commit 3235a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ 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',
)

if self.name.endswith("empty"):
Expand Down

0 comments on commit 3235a06

Please sign in to comment.