Skip to content

Commit

Permalink
Add pins for Dual Z UART on SKR 1.3 (#13474)
Browse files Browse the repository at this point in the history
Fix #13470
  • Loading branch information
Yannik authored and thinkyhead committed Mar 25, 2019
1 parent ef3b93d commit 0d3ea59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/pins/pins_BIGTREE_SKR_V1.3.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@

#define E1_SERIAL_TX_PIN P1_04
#define E1_SERIAL_RX_PIN P1_01

#define Z2_SERIAL_TX_PIN P1_04
#define Z2_SERIAL_RX_PIN P1_01

#endif

//
Expand Down

0 comments on commit 0d3ea59

Please sign in to comment.