Fix fix EEPROM conflict.
This commit is contained in:
parent
6ed146c37c
commit
8985d2e26c
|
|
@ -229,8 +229,6 @@ static constexpr M500_conf * const EEPROM_M500_base = reinterpret_cast<M500_conf
|
||||||
static_assert(((sizeof(M500_conf) + 20) < EEPROM_LAST_ITEM), "M500_conf address space conflicts with previous items.");
|
static_assert(((sizeof(M500_conf) + 20) < EEPROM_LAST_ITEM), "M500_conf address space conflicts with previous items.");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef EEPROM_SHEETS_BASE
|
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
EEPROM_MMU_CUTTER_ENABLED_enabled = 1,
|
EEPROM_MMU_CUTTER_ENABLED_enabled = 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue