Skip to content

Commit

Permalink
馃悰 Fix Y_SERIAL_RX_PIN for FYSETC S6 (MarlinFirmware#23055)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and thinkyhead committed Nov 3, 2021
1 parent 8cecc62 commit 044a7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
#define Y_SERIAL_TX_PIN PE14
#endif
#ifndef Y_SERIAL_RX_PIN
#define Y_SERIAL_RX_PIN PE13
#define Y_SERIAL_RX_PIN PC4
#endif
#ifndef Z_SERIAL_TX_PIN
#define Z_SERIAL_TX_PIN PD11
Expand Down

0 comments on commit 044a7db

Please sign in to comment.