1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03:00
Kristian Sloth Lauszus
2017-06-14 13:28:05 +02:00
committed by Ivan Grokhotkov
parent 40c159fcf5
commit b6958986d1

View File

@ -14,9 +14,9 @@ static scheduled_fn_t* sLastUnused = 0;
static int sCount = 0;
static void init_lists() __attribute__((unused));
static void init_lists()
{
(void) init_lists;
if (sCount != 0) {
return;
}