Skip to content

Commit

Permalink
Silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Feb 4, 2021
1 parent dcee9ef commit f7f4c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mgos_sntp.c
Expand Up @@ -67,6 +67,7 @@ static void mgos_sntp_ev(struct mg_connection *nc, int ev, void *ev_data,
mgos_clear_timer(s_state.retry_timer_id);
s_state.retry_timer_id = MGOS_INVALID_TIMER_ID;
}
(void) delta;
break;
}
case MG_SNTP_MALFORMED_REPLY:
Expand Down

0 comments on commit f7f4c04

Please sign in to comment.