Skip to content

Commit

Permalink
馃悰 Fix CREALITY_ENDER2P_V24S4 pins (#26908)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Apr 7, 2024
1 parent c91771a commit d1cf817
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h
Expand Up @@ -183,20 +183,20 @@

/** ------
* PC6 | 1 2 | PC7
* PA2 | 3 4 | PC1
* PA2 | 3 4 | PA3
* PB13 5 6 | PB14
* PB15 | 7 8 | PB12
* GND | 9 10 | 5V
* N/C | 7 8 | PB12
* GND | 9 10 | 5V
* ------
* EXP1
*/
#define EXP1_01_PIN PC6
#define EXP1_02_PIN PC7
#define EXP1_03_PIN PA2
#define EXP1_04_PIN PC1
#define EXP1_04_PIN PA3
#define EXP1_05_PIN PB13
#define EXP1_06_PIN PB14
#define EXP1_07_PIN PB15
#define EXP1_07_PIN -1
#define EXP1_08_PIN PB12

#if ENABLED(CR10_STOCKDISPLAY) // LCD used for C2
Expand Down

0 comments on commit d1cf817

Please sign in to comment.