Merge pull request #785 from 3d-gussner/MK3_fix3

Fix forgotten comments
This commit is contained in:
PavelSindler 2018-05-30 14:25:53 +02:00 committed by GitHub
commit 995f37ed38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -133,7 +133,7 @@ private:
#ifdef DEBUG_SD_SPEED_TEST #ifdef DEBUG_SD_SPEED_TEST
public: public:
#endif DEBUG_SD_SPEED_TEST #endif //DEBUG_SD_SPEED_TEST
Sd2Card card; Sd2Card card;
private: private: