Skip to content

Commit 254302b

Browse files
committed
Done fixing CI warnings.
1 parent 38ef0f1 commit 254302b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_wiring_digital.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ typedef struct {
126126
void* functionInfo;
127127
} ArgStructure;
128128

129-
static interrupt_handler_t interrupt_handlers[16] = {0};
129+
static interrupt_handler_t interrupt_handlers[16] = { {0, 0, 0, 0}, };
130130
static uint32_t interrupt_reg = 0;
131131

132132
void ICACHE_RAM_ATTR interrupt_handler(void *) {

0 commit comments

Comments
 (0)