We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce888e commit 72696a6Copy full SHA for 72696a6
cores/esp8266/cont_util.c
@@ -25,7 +25,7 @@
25
26
#define CONT_STACKGUARD 0xfeefeffe
27
28
-void ICACHE_RAM_ATTR cont_init(cont_t* cont) {
+void cont_init(cont_t* cont) {
29
cont->stack_guard1 = CONT_STACKGUARD;
30
cont->stack_guard2 = CONT_STACKGUARD;
31
cont->stack_end = cont->stack + (sizeof(cont->stack) / 4);
0 commit comments