We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab16b2f commit 4b8fb20Copy full SHA for 4b8fb20
cores/esp8266/time.c
@@ -124,4 +124,5 @@ int gettimeofday(struct timeval *tp, void *tzp)
124
tp->tv_sec = (s_bootTime + millis()) / 1000;
125
tp->tv_usec = micros() * 1000;
126
}
127
+ return 0;
128
0 commit comments