Skip to content

Commit

Permalink
🐛 Fix BTT002 variant MMU2 serial pins 🧩 (MarlinFirmware#21980)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylix-rd authored and thinkyhead committed May 29, 2021
1 parent 3fcf3f6 commit 6dc17f0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ extern "C" {
#define PIN_SERIAL_RX PA10
#define PIN_SERIAL_TX PA9

// Serial Pins for the MMU2
#define ENABLE_HWSERIAL4
#define PIN_SERIAL4_RX PC11
#define PIN_SERIAL4_TX PC10

#ifdef __cplusplus
} // extern "C"
#endif
Expand Down

0 comments on commit 6dc17f0

Please sign in to comment.