mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-27 21:16:50 +03:00
Fixed unused-function warning
See: d55efd3e14 (diff-67390c99ad4faa2080719586ebf73b9e)
and https://travis-ci.org/felis/USB_Host_Shield_2.0/jobs/213822247#L1248
This commit is contained in:
parent
40c159fcf5
commit
b6958986d1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user