waf: fixed ESP32 build

This commit is contained in:
Andrew Tridgell 2024-07-08 16:12:18 +10:00 committed by Peter Barker
parent 393cd3252b
commit 096cfdcb61
1 changed files with 0 additions and 1 deletions

View File

@ -983,7 +983,6 @@ class esp32(Board):
# 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',
)