Skip to content

Commit

Permalink
waf: fixed ESP32 build
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge authored and peterbarker committed Jul 10, 2024
1 parent 393cd32 commit 096cfdc
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 @@ -983,7 +983,6 @@ def expand_path(p):

# this makes sure we get the correct subtype
env.DEFINES.update(
ENABLE_HEAP = 0,
CONFIG_HAL_BOARD_SUBTYPE = 'HAL_BOARD_SUBTYPE_ESP32_%s' % tt.upper() ,
HAL_HAVE_HARDWARE_DOUBLE = '1',
)
Expand Down

0 comments on commit 096cfdc

Please sign in to comment.