mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
Done fixing CI warnings.
This commit is contained in:
@ -126,7 +126,7 @@ typedef struct {
|
|||||||
void* functionInfo;
|
void* functionInfo;
|
||||||
} ArgStructure;
|
} 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;
|
static uint32_t interrupt_reg = 0;
|
||||||
|
|
||||||
void ICACHE_RAM_ATTR interrupt_handler(void *) {
|
void ICACHE_RAM_ATTR interrupt_handler(void *) {
|
||||||
|
Reference in New Issue
Block a user