Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/DuetM
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-09-04 11:25:08 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-09-04 11:25:08 +0300
commit6d7486602f47d18d8ff3c887f6253d470cf9711e (patch)
tree0c85f715a1751bebf9937c989f22c07afd5810c0 /src/DuetM
parente49bf9991f74f5fd13935add8a19245431f2b2ee (diff)
Refactored aux port support to handle multiple aux ports
Also stop analog input task on SAME5x build when preparing to load IAP
Diffstat (limited to 'src/DuetM')
-rw-r--r--src/DuetM/Pins_DuetM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DuetM/Pins_DuetM.h b/src/DuetM/Pins_DuetM.h
index 73a5d8a9..141d20c6 100644
--- a/src/DuetM/Pins_DuetM.h
+++ b/src/DuetM/Pins_DuetM.h
@@ -85,7 +85,7 @@ constexpr unsigned int MaxTriggers = 16; // Maximum number of triggers
constexpr size_t MaxSpindles = 2; // Maximum number of configurable spindles
-constexpr size_t NUM_SERIAL_CHANNELS = 2; // The number of serial IO channels (USB and one auxiliary UART)
+constexpr size_t NumSerialChannels = 2; // The number of serial IO channels (USB and one auxiliary UART)
#define SERIAL_MAIN_DEVICE SerialUSB
#define SERIAL_AUX_DEVICE Serial