Fix E2END on RURAMPS (#14438)
This commit is contained in:
parent
a9445d557e
commit
07c998afe5
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
//
|
||||
// EEPROM
|
||||
//
|
||||
#define E2END 0x8000 // 32Kb (24lc256)
|
||||
#define E2END 0x7FFF // 32Kb (24lc256)
|
||||
#define I2C_EEPROM // EEPROM on I2C-0
|
||||
//#define EEPROM_SD // EEPROM on SDCARD
|
||||
//#define SPI_EEPROM // EEPROM on SPI-0
|
||||
|
|
Reference in a new issue