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:
Diffstat (limited to 'src/Config/Pins_Duet3_MB6XD.h')
-rw-r--r--src/Config/Pins_Duet3_MB6XD.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config/Pins_Duet3_MB6XD.h b/src/Config/Pins_Duet3_MB6XD.h
index 70ec355d..514cb4ed 100644
--- a/src/Config/Pins_Duet3_MB6XD.h
+++ b/src/Config/Pins_Duet3_MB6XD.h
@@ -132,6 +132,7 @@ constexpr float V12MonitorVoltageRange = (60.4 + 4.7)/4.7 * 3.3; // voltage di
constexpr Pin DiagPin = PortBPin(6); // diag/status LED
constexpr Pin ActLedPin = PortBPin(7); // activityLED
constexpr bool DiagOnPolarity = false;
+constexpr bool ActOnPolarity = false;
// SD cards
constexpr size_t NumSdCards = 2;