Skip to content

Commit 4b3c36b

Browse files
committed
GDBStub: fix section attribute for core gdbstub functions
1 parent f2fb43c commit 4b3c36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/GDBStub/src/internal/gdbstub-cfg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ are called when the flash is disabled (eg due to a Ctrl-C at the wrong time), th
5656
likely crash.
5757
*/
5858
#define ATTR_GDBINIT ICACHE_FLASH_ATTR
59-
#define ATTR_GDBFN
59+
#define ATTR_GDBFN ICACHE_RAM_ATTR
6060

6161
#endif

0 commit comments

Comments
 (0)