mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 (#23055)
This commit is contained in:
parent
36e475b8be
commit
40477e031f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
#define Y_SERIAL_TX_PIN PE14
|
#define Y_SERIAL_TX_PIN PE14
|
||||||
#endif
|
#endif
|
||||||
#ifndef Y_SERIAL_RX_PIN
|
#ifndef Y_SERIAL_RX_PIN
|
||||||
#define Y_SERIAL_RX_PIN PE13
|
#define Y_SERIAL_RX_PIN PC4
|
||||||
#endif
|
#endif
|
||||||
#ifndef Z_SERIAL_TX_PIN
|
#ifndef Z_SERIAL_TX_PIN
|
||||||
#define Z_SERIAL_TX_PIN PD11
|
#define Z_SERIAL_TX_PIN PD11
|
||||||
|
|
Loading…
Reference in a new issue