We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14949f5 commit 6c20126Copy full SHA for 6c20126
cores/esp8266/core_esp8266_wiring_digital.c
@@ -109,7 +109,7 @@ typedef struct {
109
static interrupt_handler_t interrupt_handlers[16];
110
static uint32_t interrupt_reg = 0;
111
112
-void interrupt_handler(void *arg) {
+void ICACHE_RAM_ATTR interrupt_handler(void *arg) {
113
uint32_t status = GPIE;
114
GPIEC = status;//clear them interrupts
115
if(status == 0 || interrupt_reg == 0) return;
0 commit comments