Fix a BORG compile warning

This commit is contained in:
Scott Lahteine 2020-02-15 01:45:24 -06:00
parent 150237f712
commit 1087e318e5

View File

@ -30,7 +30,9 @@
#define BOARD_INFO_NAME "The-Borge" #define BOARD_INFO_NAME "The-Borge"
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#define E2END 0xFFF // EEPROM end address #ifndef E2END
#define E2END 0xFFF // EEPROM end address
#endif
// Ignore temp readings during development. // Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000 //#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000