Skip to content

Commit 6dc17f0

Browse files
kylix-rdthinkyhead
authored andcommitted
🐛 Fix BTT002 variant MMU2 serial pins 🧩 (MarlinFirmware#21980)
1 parent 3fcf3f6 commit 6dc17f0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002

buildroot/share/PlatformIO/variants/MARLIN_BIGTREE_BTT002/variant.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ extern "C" {
264264
#define PIN_SERIAL_RX PA10
265265
#define PIN_SERIAL_TX PA9
266266

267+
// Serial Pins for the MMU2
268+
#define ENABLE_HWSERIAL4
269+
#define PIN_SERIAL4_RX PC11
270+
#define PIN_SERIAL4_TX PC10
271+
267272
#ifdef __cplusplus
268273
} // extern "C"
269274
#endif

0 commit comments

Comments
 (0)