Browse Source

🐛 Fix I2C EEPROM SDA/SCL aliases with SKR Mini E3 V2 (#22955)

Keith Bennett 3 years ago
parent
commit
7bab1c92e7
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h

+ 2
- 2
Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h View File

@@ -30,8 +30,8 @@
30 30
   #define I2C_EEPROM
31 31
   #define SOFT_I2C_EEPROM
32 32
   #define MARLIN_EEPROM_SIZE 0x1000                 // 4KB
33
-  #define I2C_SDA_PIN                      SDA
34
-  #define I2C_SCL_PIN                      SCL
33
+  #define I2C_SDA_PIN                      PB7
34
+  #define I2C_SCL_PIN                      PB6
35 35
   #undef NO_EEPROM_SELECTED
36 36
 #endif
37 37
 

Loading…
Cancel
Save