Skip to content

Commit 0f83dbc

Browse files
authored
Fix PlatformIO build
Ref: platformio/platform-espressif32#33
1 parent fd9cc00 commit 0f83dbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/platformio-build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
"-Wl,-EL",
110110
"-T", "esp32.common.ld",
111111
"-T", "esp32.rom.ld",
112-
"-T", "esp32.peripherals.ld"
112+
"-T", "esp32.peripherals.ld",
113+
"-u", "ld_include_panic_highint_hdl"
113114
],
114115

115116
UPLOADERFLAGS=[

0 commit comments

Comments
 (0)