Fix material_preset reference issue

This commit is contained in:
Scott Lahteine
2020-07-16 21:02:52 -05:00
parent 6b0e8e5fd5
commit b880712889
2 changed files with 30 additions and 31 deletions

View File

@ -43,15 +43,15 @@
//#define FLASH_EEPROM_EMULATION
// I2C
//#define IIC_BL24CXX_EEPROM // EEPROM on I2C-0
#define IIC_BL24CXX_EEPROM // EEPROM on I2C-0 used only for display settings
#if ENABLED(IIC_BL24CXX_EEPROM)
#define IIC_EEPROM_SDA PA11
#define IIC_EEPROM_SCL PA12
#define MARLIN_EEPROM_SIZE 0x4000 // 16Kb (24c16)
#else
#define SDCARD_EEPROM_EMULATION // SD EEPROM was in the original build, so...
#endif
#define SDCARD_EEPROM_EMULATION // SD EEPROM until all EEPROM is BL24CXX
// SPI
//#define SPI_EEPROM // EEPROM on SPI-0
//#define SPI_CHAN_EEPROM1 ?