1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-07 16:23:38 +03:00

Merge remote-tracking branch 'esp8266/master'

This commit is contained in:
Me No Dev 2015-11-29 21:02:29 +02:00
commit 15c23bbecc

View File

@ -109,7 +109,7 @@ typedef struct {
static interrupt_handler_t interrupt_handlers[16];
static uint32_t interrupt_reg = 0;
void interrupt_handler(void *arg) {
void ICACHE_RAM_ATTR interrupt_handler(void *arg) {
uint32_t status = GPIE;
uint32_t levels = GPI;
GPIEC = status;//clear them interrupts