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>2019-09-28 17:27:16 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-09-28 17:27:16 +0300
commit4e627a42b34c881dabb33a38fd2e2dfc8af7694a (patch)
tree15fe85534ae07f8a19078be6ea1178b5f2feaa94 /src/Pins.h
parentdc65f57b9e0fbd2abd7d127bb6391031af7449a7 (diff)
Various
Disable VIN MAX monitoring and turning drivers off except in builds using TMC2660 drivers Check firmware CRC at startup
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Pins.h b/src/Pins.h
index 1fe3b960..c80e4493 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -103,6 +103,11 @@
#ifndef HAS_12V_MONITOR
# define HAS_12V_MONITOR 0
+# define ENFORCE_MIN_V12 0
+#endif
+
+#if !HAS_VOLTAGE_MONITOR
+# define ENFORCE_MAX_VIN 0
#endif
// HAS_LWIP_NETWORKING refers to Lwip 2 support in the Networking folder, not legacy SAM3XA networking using Lwip 1