Changes to clear issues raised by cppcheck

This commit is contained in:
Sean Parkinson
2020-01-15 22:15:38 +10:00
parent 3bdb7d8188
commit 55ea2facdd
63 changed files with 896 additions and 922 deletions

View File

@@ -147,7 +147,7 @@ void setup_clock(void)
for (i = 0; i < sntp_max_tries; i++) {
printf("Getting time from NTP server [ attempt %d of %d ]...\n",
printf("Getting time from NTP server [ attempt %u of %u ]...\n",
i+1, sntp_max_tries);
/* update time from NTP server */