Browse Source

🐛 Fix Y_SERIAL_RX_PIN for FYSETC S6 (#23055)

ellensp 3 years ago
parent
commit
40477e031f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f4/pins_FYSETC_S6.h

+ 1
- 1
Marlin/src/pins/stm32f4/pins_FYSETC_S6.h View File

@@ -128,7 +128,7 @@
128 128
     #define Y_SERIAL_TX_PIN                 PE14
129 129
   #endif
130 130
   #ifndef Y_SERIAL_RX_PIN
131
-    #define Y_SERIAL_RX_PIN                 PE13
131
+    #define Y_SERIAL_RX_PIN                 PC4
132 132
   #endif
133 133
   #ifndef Z_SERIAL_TX_PIN
134 134
     #define Z_SERIAL_TX_PIN                 PD11

Loading…
Cancel
Save