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>2022-07-13 11:16:14 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-07-13 11:16:14 +0300
commitc358c80be54ad00bd2d0cd4de06a2b05b479dc8d (patch)
tree125764459be22ab1030663dab360c0bd62375415 /src/Config/Pins_Duet3_MB6HC.h
parent331487e11666d2a2095f04479e5ded559b8cc1c0 (diff)
parent4722b3af90f5c29fba30a493d84aadbca735c5b9 (diff)
Merge branch '3.4-dev' into 3.4-multicast
Diffstat (limited to 'src/Config/Pins_Duet3_MB6HC.h')
-rw-r--r--src/Config/Pins_Duet3_MB6HC.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Config/Pins_Duet3_MB6HC.h b/src/Config/Pins_Duet3_MB6HC.h
index ac1d82eb..d9076bed 100644
--- a/src/Config/Pins_Duet3_MB6HC.h
+++ b/src/Config/Pins_Duet3_MB6HC.h
@@ -153,6 +153,8 @@ constexpr float V12MonitorVoltageRange = (60.4 + 4.7)/4.7 * 3.3; // voltage di
// Digital pin number to turn the IR LED on (high) or off (low), also controls the DIAG LED
constexpr Pin DiagPin = PortCPin(20);
constexpr bool DiagOnPolarity = true;
+constexpr Pin ActLedPin = NoPin;
+constexpr bool ActOnPolarity = false;
// SD cards
constexpr size_t NumSdCards = 2; // we now allow one SPI-connected SD card to be configured at boot time