🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 (#23055)
This commit is contained in:
parent
8cecc626c6
commit
044a7db370
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user