This commit is contained in:
2021-03-10 10:12:26 +01:00
parent 1e8eac5d22
commit ec3bea82c3
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "timesync.h>"
#include "timesync.h"
#include <stdbool.h>
#include <esp_log.h>
#include <esp_sntp.h>
@ -26,4 +26,4 @@ void timesyncInit() {
bool timesyncReady() {
return synchronized;
}
}

View File

@ -1,5 +1,5 @@
#ifndef _TIMESYNC_H_
#deifne _TIMESYNC_H_
#define _TIMESYNC_H_
#include <stdbool.h>