Fix a BORG compile warning

This commit is contained in:
Scott Lahteine 2020-02-15 01:45:24 -06:00
parent 150237f712
commit 1087e318e5
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@
#define BOARD_INFO_NAME "The-Borge"
#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.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000