We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab12516 commit 0dd6549Copy full SHA for 0dd6549
cores/esp8266/FunctionalInterrupt.cpp
@@ -11,7 +11,7 @@ typedef void (*voidFuncPtrArg)(void*);
11
extern "C" void ICACHE_RAM_ATTR __attachInterruptArg(uint8_t pin, voidFuncPtr userFunc, void*fp , int mode);
12
13
14
-void interruptFunctional(void* arg)
+void ICACHE_RAM_ATTR interruptFunctional(void* arg)
15
{
16
ArgStructure* localArg = (ArgStructure*)arg;
17
if (localArg->functionInfo->reqScheduledFunction)
0 commit comments