From 4d40ed67f67bda91ab1c8e87266191ffeece9ef3 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 12 Mar 2020 12:36:48 +0100 Subject: [PATCH] remove LF --- Firmware/eeprom.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/eeprom.h b/Firmware/eeprom.h index 7f431d247..07cb2a9c1 100644 --- a/Firmware/eeprom.h +++ b/Firmware/eeprom.h @@ -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 -