Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/Schedule.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ static scheduled_fn_t* sLastUnused = 0;
1414

1515
static int sCount = 0;
1616

17+
static void init_lists() __attribute__((unused));
1718
static void init_lists()
1819
{
19-
(void) init_lists;
2020
if (sCount != 0) {
2121
return;
2222
}

0 commit comments

Comments
 (0)