Merge pull request #785 from 3d-gussner/MK3_fix3
Fix forgotten comments
This commit is contained in:
commit
995f37ed38
@ -1250,7 +1250,7 @@ void setup()
|
||||
}
|
||||
else
|
||||
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_CRASH_COUNT_X) == 0xff) eeprom_write_byte((uint8_t*)EEPROM_CRASH_COUNT_X, 0);
|
||||
|
@ -133,7 +133,7 @@ private:
|
||||
|
||||
#ifdef DEBUG_SD_SPEED_TEST
|
||||
public:
|
||||
#endif DEBUG_SD_SPEED_TEST
|
||||
#endif //DEBUG_SD_SPEED_TEST
|
||||
Sd2Card card;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user