1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-28 14:24:34 +00:00

MMU2 serial followup (#20811)

This commit is contained in:
Giuliano Zaro 2021-01-20 03:55:01 +01:00 committed by Scott Lahteine
parent ccbff12d6a
commit faf4cb1b74

View File

@ -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