Skip to content

Commit 08d076f

Browse files
committed
remove wrong comment in example
1 parent ec04123 commit 08d076f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/esp8266/examples/NTP-TZ-DST/NTP-TZ-DST.ino

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ extern "C" int clock_gettime(clockid_t unused, struct timespec *tp);
4848
void loop() {
4949

5050
// same result as with time()
51-
// but wrong with NTP
5251
timeval tv;
5352
gettimeofday(&tv, NULL);
5453
Serial.print("gtod:");

0 commit comments

Comments
 (0)