1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-25 06:22:11 +03:00

GDBStub: fix section attribute for core gdbstub functions

This commit is contained in:
Ivan Grokhotkov
2016-05-10 16:11:08 +08:00
parent f2fb43cabf
commit 4b3c36b430

View File

@ -56,6 +56,6 @@ are called when the flash is disabled (eg due to a Ctrl-C at the wrong time), th
likely crash.
*/
#define ATTR_GDBINIT ICACHE_FLASH_ATTR
#define ATTR_GDBFN
#define ATTR_GDBFN ICACHE_RAM_ATTR
#endif