Browse Source

Fix fix EEPROM conflict.

Marek Bel 5 năm trước cách đây
mục cha
commit
8985d2e26c
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Firmware/eeprom.h

+ 0 - 2
Firmware/eeprom.h

@@ -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,