Skip to content

Commit

Permalink
Fix E0_SERIAL_RX_PIN typo (MarlinFirmware#15841)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jademalo authored and thinkyhead committed Nov 10, 2019
1 parent b9d3518 commit 37874a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
#ifndef E0_SERIAL_TX_PIN
#define E0_SERIAL_TX_PIN P2_08
#endif
#ifndef E0_SESIAL_RX_PIN
#ifndef E0_SERIAL_RX_PIN
#define E0_SERIAL_RX_PIN P2_08
#endif

Expand Down

0 comments on commit 37874a6

Please sign in to comment.