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:27:20 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-07-13 21:27:20 +0300
commit3fc316183e1066f20b799ad8ffb14644388c85e7 (patch)
treef19fca7d813e3e669084a3b7c70614e7a006a00e /src/Platform/Platform.cpp
parent15e3851a9a308e4835312d0e7d241b28399197e1 (diff)
parent2860cf15465ee5a0dacb8309e8580744e649f776 (diff)
Merge branch '3.4-dev' into 3.4-spi-tft3.4-spi-tft
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 98040d27..675d5d5f 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);