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 21:21:00 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-07-13 21:21:00 +0300
commit2860cf15465ee5a0dacb8309e8580744e649f776 (patch)
treecb78f5255af7e863776c2256ab6977012cc1894f /src/Platform/Platform.cpp
parentfb116c73f50be294763d5c4b99cf188991fcab75 (diff)
More fixes for ACT LED on MB6HC
Diffstat (limited to 'src/Platform/Platform.cpp')
-rw-r--r--src/Platform/Platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Platform.cpp b/src/Platform/Platform.cpp
index 5988dfd2..5d78759c 100644
--- a/src/Platform/Platform.cpp
+++ b/src/Platform/Platform.cpp
@@ -2511,7 +2511,7 @@ void Platform::EnableOneLocalDriver(size_t driver, float requiredCurrent) noexce
{
SmartDrivers::EnableDrive(driver, true);
}
-# if !defined(DUET3MINI) // no enable pins on 5LC
+# if !defined(DUET3MINI) // no enable pins on 5LC
else
{
digitalWrite(ENABLE_PINS[driver], enableValues[driver] > 0);