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
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/Duet3_V06
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/Duet3_V06')
-rw-r--r--src/Duet3_V06/Pins_Duet3_V06.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Duet3_V06/Pins_Duet3_V06.h b/src/Duet3_V06/Pins_Duet3_V06.h
index ff537d24..4f5cc35f 100644
--- a/src/Duet3_V06/Pins_Duet3_V06.h
+++ b/src/Duet3_V06/Pins_Duet3_V06.h
@@ -82,7 +82,7 @@ constexpr size_t MaxExtrudersPerTool = 8;
constexpr unsigned int MaxTriggers = 32; // Must be <= 32 because we store a bitmap of pending triggers in a uint32_t
-constexpr size_t NUM_SERIAL_CHANNELS = 3; // The number of serial IO channels not counting the WiFi serial connection (USB and one auxiliary UART)
+constexpr size_t NumSerialChannels = 3; // The number of serial IO channels not counting the WiFi serial connection (USB and one auxiliary UART)
#define SERIAL_MAIN_DEVICE SerialUSB
#define SERIAL_AUX_DEVICE Serial
#define SERIAL_AUX2_DEVICE Serial1