remove LF

This commit is contained in:
3d-gussner 2020-03-12 12:36:48 +01:00
parent 2818316366
commit 4d40ed67f6
1 changed files with 0 additions and 2 deletions

View File

@ -342,7 +342,6 @@ static Sheets * const EEPROM_Sheets_base = (Sheets*)(EEPROM_SHEETS_BASE);
// Magic string, indicating that the current or the previous firmware running was the Prusa3D firmware.
#define EEPROM_FIRMWARE_PRUSA_MAGIC 0
#ifdef __cplusplus
#include "ConfigurationStore.h"
static_assert(EEPROM_FIRMWARE_VERSION_END < 20, "Firmware version EEPROM address conflicts with EEPROM_M500_base");
@ -369,4 +368,3 @@ void eeprom_switch_to_next_sheet();
#endif
#endif // EEPROM_H