mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Fix warning about gettimeofday (#1058)
This commit is contained in:
parent
ab16b2fe0d
commit
4b8fb2093f
@ -124,4 +124,5 @@ int gettimeofday(struct timeval *tp, void *tzp)
|
||||
tp->tv_sec = (s_bootTime + millis()) / 1000;
|
||||
tp->tv_usec = micros() * 1000;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user