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.
2 parents e073d28 + dc5065c commit 470b2b0Copy full SHA for 470b2b0
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
uint32_t levels = GPI;
115
GPIEC = status;//clear them interrupts
0 commit comments