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

Loading…
Cancel
Save