Parcourir la source

Fix E0_SERIAL_RX_PIN typo (#15841)

Jademalo il y a 5 ans
Parent
révision
37874a6472
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h

+ 1
- 1
Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h Voir le fichier

@@ -152,7 +152,7 @@
152 152
   #ifndef E0_SERIAL_TX_PIN
153 153
     #define E0_SERIAL_TX_PIN P2_08
154 154
   #endif
155
-  #ifndef E0_SESIAL_RX_PIN
155
+  #ifndef E0_SERIAL_RX_PIN
156 156
     #define E0_SERIAL_RX_PIN P2_08
157 157
   #endif
158 158
 

Chargement…
Annuler
Enregistrer