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-02 16:14:06 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-09-02 16:14:06 +0300
commitfa1cdf13fb2e786c0448c03b0a51d68e3efc854d (patch)
tree714262001186cb068b5e9a4fddb404a2d36a415d /src/Pins.h
parentb5dcfe40a562d13410c11e13f43821be1689862c (diff)
Added support for telling Duet 3 expansion boards to update firmware
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Pins.h b/src/Pins.h
index 01404e33..1fe3b960 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -35,6 +35,10 @@
# endif
#endif
+#if defined(DUET3_V03) || defined(DUET3_V05) || defined(DUET3_V06)
+# define DUET3 1
+#endif
+
#if !defined(P_INCLUDE_FILE)
# define P_EXPAND(x) x
# define P_CONCAT(x,y) P_EXPAND(x)y