Browse Source

MMU2 serial followup (#20811)

Giuliano Zaro 4 years ago
parent
commit
a10626705d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/DUE/HAL.h

+ 1
- 1
Marlin/src/HAL/DUE/HAL.h View File

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

Loading…
Cancel
Save