fix
This commit is contained in:
@ -42,7 +42,7 @@ enum {
|
|||||||
SNTP_STATE_RECV,
|
SNTP_STATE_RECV,
|
||||||
SNTP_STATE_ERROR,
|
SNTP_STATE_ERROR,
|
||||||
SNTP_STATE_DONE
|
SNTP_STATE_DONE
|
||||||
} sntpState;
|
} sntpState = SNTP_STATE_IDLE;
|
||||||
uint64_t seconds;
|
uint64_t seconds;
|
||||||
|
|
||||||
static void networkSntpEngine(void *handle) {
|
static void networkSntpEngine(void *handle) {
|
||||||
|
Reference in New Issue
Block a user