This commit is contained in:
King Kévin 2017-01-22 16:38:12 +01:00
parent 23975a9dd6
commit eb03c8650d
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -284,7 +284,7 @@ void main(void)
printf("welcome to the spark abacus electricity monitoring system\n"); // print welcome message
#if !(DEBUG)
printf("watchdog set to %.2fs\n",WATCHDOG_PERIOD/1000.0);
printf("watchdog set to %.2fs\n",WATCHDOG_PERIOD/1000.0);
if (FLASH_OBR&FLASH_OBR_OPTERR) {
printf("option bytes not set in flash: software wachtdog used (not started at reset)\n");
} else if (FLASH_OBR&FLASH_OBR_WDG_SW) {