Fix PlatformIO build

Ref: https://github.com/platformio/platform-espressif32/issues/33
This commit is contained in:
Me No Dev 2017-09-04 22:21:25 +03:00 committed by GitHub
parent fd9cc002e8
commit 0f83dbcfd6

View File

@ -109,7 +109,8 @@ env.Append(
"-Wl,-EL", "-Wl,-EL",
"-T", "esp32.common.ld", "-T", "esp32.common.ld",
"-T", "esp32.rom.ld", "-T", "esp32.rom.ld",
"-T", "esp32.peripherals.ld" "-T", "esp32.peripherals.ld",
"-u", "ld_include_panic_highint_hdl"
], ],
UPLOADERFLAGS=[ UPLOADERFLAGS=[