Skip to content

Commit 0dd6549

Browse files
dok-netd-a-v
authored andcommitted
ISR code must be in ICACHE_RAM - the check was commited in ab12516 (#6002)
1 parent ab12516 commit 0dd6549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/FunctionalInterrupt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ typedef void (*voidFuncPtrArg)(void*);
1111
extern "C" void ICACHE_RAM_ATTR __attachInterruptArg(uint8_t pin, voidFuncPtr userFunc, void*fp , int mode);
1212

1313

14-
void interruptFunctional(void* arg)
14+
void ICACHE_RAM_ATTR interruptFunctional(void* arg)
1515
{
1616
ArgStructure* localArg = (ArgStructure*)arg;
1717
if (localArg->functionInfo->reqScheduledFunction)

0 commit comments

Comments
 (0)