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
path: root/src
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2022-02-02 15:03:51 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-02-02 15:03:51 +0300
commit24ad31fb47089893d3ceabbb497a17c0e66cb60e (patch)
treeae082f7381c8a3e294b9e321c80672b4a338eccc /src
parent6652a616063861dddfc4be10fd152b5733f8068b (diff)
Removed duplicate #define
Diffstat (limited to 'src')
-rw-r--r--src/Config/Pins_DuetM.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Config/Pins_DuetM.h b/src/Config/Pins_DuetM.h
index 213efb45..9138226c 100644
--- a/src/Config/Pins_DuetM.h
+++ b/src/Config/Pins_DuetM.h
@@ -27,7 +27,6 @@ constexpr uint32_t IAP_IMAGE_START = 0x20018000;
#define HAS_CPU_TEMP_SENSOR 1
#define HAS_HIGH_SPEED_SD 1
#define SUPPORT_TMC22xx 1
-#define TMC22xx_HAS_MUX 1
#define HAS_VOLTAGE_MONITOR 1
#define ENFORCE_MAX_VIN 0
#define HAS_VREF_MONITOR 1