mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🐛 Fix I2C EEPROM SDA/SCL aliases with SKR Mini E3 V2 (#22955)
This commit is contained in:
parent
ec57879c59
commit
7bab1c92e7
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
#define I2C_EEPROM
|
||||
#define SOFT_I2C_EEPROM
|
||||
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
|
||||
#define I2C_SDA_PIN SDA
|
||||
#define I2C_SCL_PIN SCL
|
||||
#define I2C_SDA_PIN PB7
|
||||
#define I2C_SCL_PIN PB6
|
||||
#undef NO_EEPROM_SELECTED
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue