Fix fix EEPROM conflict.
This commit is contained in:
parent
6ed146c37c
commit
8985d2e26c
1 changed files with 0 additions and 2 deletions
|
@ -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.");
|
||||
#endif
|
||||
|
||||
#undef EEPROM_SHEETS_BASE
|
||||
|
||||
enum
|
||||
{
|
||||
EEPROM_MMU_CUTTER_ENABLED_enabled = 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue