1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Done fixing CI warnings.

This commit is contained in:
Dirk O. Kaar
2019-04-21 02:40:11 +02:00
parent 38ef0f1557
commit 254302b98f

View File

@ -126,7 +126,7 @@ typedef struct {
void* functionInfo;
} ArgStructure;
static interrupt_handler_t interrupt_handlers[16] = {0};
static interrupt_handler_t interrupt_handlers[16] = { {0, 0, 0, 0}, };
static uint32_t interrupt_reg = 0;
void ICACHE_RAM_ATTR interrupt_handler(void *) {