application (minor): improve spacing

This commit is contained in:
King Kévin 2019-06-18 17:44:50 +02:00
parent 931f0e3cbb
commit 64736947e9
1 changed files with 5 additions and 5 deletions

View File

@ -334,9 +334,9 @@ void main(void)
if (FLASH_OBR&FLASH_OBR_OPTERR) {
printf(" (option bytes not set in flash: software wachtdog used, not automatically started at reset)\n");
} else if (FLASH_OBR&FLASH_OBR_WDG_SW) {
printf(" (software wachtdog used, not automatically started at reset)\n");
printf(" (software watchdog used, not automatically started at reset)\n");
} else {
printf(" (hardware wachtdog used, automatically started at reset)\n");
printf(" (hardware watchdog used, automatically started at reset)\n");
}
#endif