Browse Source

MMU2 serial followup (#20811)

vanilla_fb_2.0.x
Giuliano Zaro 3 years ago
committed by Scott Lahteine
parent
commit
faf4cb1b74
  1. 2
      Marlin/src/HAL/DUE/HAL.h

2
Marlin/src/HAL/DUE/HAL.h

@ -61,7 +61,7 @@
#ifdef MMU2_SERIAL_PORT
#if WITHIN(MMU2_SERIAL_PORT, 0, 3)
#define MMU2_SERIAL MSERIAL(SERIAL_PORT)
#define MMU2_SERIAL MSERIAL(MMU2_SERIAL_PORT)
#else
#error "MMU2_SERIAL_PORT must be from 0 to 3. Please update your configuration."
#endif

Loading…
Cancel
Save