Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 25, 2024
1 parent d727f17 commit ffaab28
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Marlin/src/pins/hc32f4/pins_CREALITY_ENDER2P_V24S4.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

//
// Creality Ender 2 Pro v2.4.S4_170 (HC32f460kcta)
// Derived from https://github.com/Klipper3d/klipper/blob/master/config/printer-creality-ender2pro-hc32-2022.cfg
//
#include "env_validate.h"

Expand Down Expand Up @@ -138,8 +139,6 @@
#define LCD_PINS_D4 PB14 // SPI3_CLK
#endif

// ****** checked with klipper/config/printer-creality-ender2pro-hc32-2022.cfg ; https://github.com/Klipper3d/klipper/blob/master/config/printer-creality-ender2pro-hc32-2022.cfg

//
// SD Card
//
Expand Down Expand Up @@ -169,11 +168,11 @@
//

// Display
#define BOARD_USART1_TX_PIN PA2 // LCD
#define BOARD_USART1_TX_PIN PA2 // LCD
#define BOARD_USART1_RX_PIN PA3

// Host
#define BOARD_USART2_TX_PIN PA8 // USB
#define BOARD_USART2_TX_PIN PA8 // USB
#define BOARD_USART2_RX_PIN PA7

// Onboard LED (HIGH = off, LOW = on)
Expand Down

0 comments on commit ffaab28

Please sign in to comment.