mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 07:33:56 -06:00
🐛 Fix BTT002 variant MMU2 serial pins 🧩 (#21980)
This commit is contained in:
parent
e60c38b622
commit
e400ef346a
1 changed files with 5 additions and 0 deletions
|
@ -264,6 +264,11 @@ extern "C" {
|
||||||
#define PIN_SERIAL_RX PA10
|
#define PIN_SERIAL_RX PA10
|
||||||
#define PIN_SERIAL_TX PA9
|
#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
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue