mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-26 17:42:18 +03:00
GDBStub: fix section attribute for core gdbstub functions
This commit is contained in:
@ -56,6 +56,6 @@ are called when the flash is disabled (eg due to a Ctrl-C at the wrong time), th
|
|||||||
likely crash.
|
likely crash.
|
||||||
*/
|
*/
|
||||||
#define ATTR_GDBINIT ICACHE_FLASH_ATTR
|
#define ATTR_GDBINIT ICACHE_FLASH_ATTR
|
||||||
#define ATTR_GDBFN
|
#define ATTR_GDBFN ICACHE_RAM_ATTR
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user