mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Move continuation stack from .bss onto sys stack (#4622)
This commit is contained in:
@ -80,7 +80,8 @@ env.Append(
|
||||
],
|
||||
LINKFLAGS=[
|
||||
"-Wl,-wrap,system_restart_local",
|
||||
"-Wl,-wrap,spi_flash_read"
|
||||
"-Wl,-wrap,spi_flash_read",
|
||||
"-u,app_entry"
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user