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 <stdbool.h>
#include <esp_log.h> #include <esp_log.h>
#include <esp_sntp.h> #include <esp_sntp.h>

View File

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