application: minor, fix typo
This commit is contained in:
parent
6cb95a6963
commit
ee4da1f5ef
@ -528,7 +528,7 @@ void main(void)
|
||||
// show watchdog information
|
||||
printf("setup watchdog: %.2fs", WATCHDOG_PERIOD / 1000.0);
|
||||
if (FLASH_OBR & FLASH_OBR_OPTERR) {
|
||||
puts(" (option bytes not set in flash: software wachtdog used, not automatically started at reset)\n");
|
||||
puts(" (option bytes not set in flash: software watchdog used, not automatically started at reset)\n");
|
||||
} else if (FLASH_OBR & FLASH_OBR_WDG_SW) {
|
||||
puts(" (software watchdog used, not automatically started at reset)\n");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user