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>2021-02-05 12:27:33 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-02-05 12:27:33 +0300
commit6351882b67bede9e19d64f7caa5e965568c1803c (patch)
tree4c01987841f65212132643eb500da96a6b0feac4 /src/Pins.h
parent21b914a3d3d2c980d22b77c3c0776ad0f23a0244 (diff)
Enabled remote commands on Duet 3 MB6HC
Diffstat (limited to 'src/Pins.h')
-rw-r--r--src/Pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Pins.h b/src/Pins.h
index c5da74ec..682281ab 100644
--- a/src/Pins.h
+++ b/src/Pins.h
@@ -199,6 +199,6 @@
// Define SUPPORT_REMOTE_COMMANDS according to whether this hardware accepts commands over CAN
// For now we exclude Duet 3 MB6HC because CoreNG doesn't support analog callbacks
-#define SUPPORT_REMOTE_COMMANDS (SUPPORT_CAN_EXPANSION && !defined(DUET3_ATE) && !defined(DUET3_V06))
+#define SUPPORT_REMOTE_COMMANDS (SUPPORT_CAN_EXPANSION && !defined(DUET3_ATE))
#endif // PINS_H__