This commit is contained in:
2021-02-08 11:08:15 +01:00
parent a625004729
commit 31962fc8f0
4 changed files with 14 additions and 5 deletions

View File

@ -5,8 +5,6 @@
#include <stdint.h>
#define NTP_SERVER "0.de.pool.ntp.org"
typedef struct {
uint64_t seconds;
uint32_t missedUpdates;