mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
Fix warning about gettimeofday (#1058)
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user