Giuliano Zaro
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/HAL/DUE/HAL.h
|
@ -61,7 +61,7 @@ |
|
|
|
|
|
|
|
|
#ifdef MMU2_SERIAL_PORT |
|
|
#ifdef MMU2_SERIAL_PORT |
|
|
#if WITHIN(MMU2_SERIAL_PORT, 0, 3) |
|
|
#if WITHIN(MMU2_SERIAL_PORT, 0, 3) |
|
|
#define MMU2_SERIAL MSERIAL(SERIAL_PORT) |
|
|
#define MMU2_SERIAL MSERIAL(MMU2_SERIAL_PORT) |
|
|
#else |
|
|
#else |
|
|
#error "MMU2_SERIAL_PORT must be from 0 to 3. Please update your configuration." |
|
|
#error "MMU2_SERIAL_PORT must be from 0 to 3. Please update your configuration." |
|
|
#endif |
|
|
#endif |
|
|