Fixed forgotten comment
This commit is contained in:
parent
f6f0de4cc1
commit
dce2d45499
1 changed files with 1 additions and 1 deletions
|
@ -1250,7 +1250,7 @@ void setup()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
printf_P(PSTR("Card NG!\n"));
|
printf_P(PSTR("Card NG!\n"));
|
||||||
#endif DEBUG_SD_SPEED_TEST
|
#endif //DEBUG_SD_SPEED_TEST
|
||||||
|
|
||||||
if (eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_POWER_COUNT, 0);
|
if (eeprom_read_byte((uint8_t*)EEPROM_POWER_COUNT) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_POWER_COUNT, 0);
|
||||||
if (eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_CRASH_COUNT_X, 0);
|
if (eeprom_read_byte((uint8_t*)EEPROM_CRASH_COUNT_X) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_CRASH_COUNT_X, 0);
|
||||||
|
|
Loading…
Reference in a new issue