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>2020-10-18 16:54:22 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-10-18 16:54:22 +0300
commit3341fd09923beb127e9088910808874c3fb24669 (patch)
tree3c3776927ce1e21f3177f569597e50d3ccd8b7ab /src/RepRapFirmware.h
parent5dafab1e50b8c55b7fd49a8a3df5442e53a5c5c5 (diff)
Rationalised some common definitions
Diffstat (limited to 'src/RepRapFirmware.h')
-rw-r--r--src/RepRapFirmware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RepRapFirmware.h b/src/RepRapFirmware.h
index 9eb36ec3..5678f5a6 100644
--- a/src/RepRapFirmware.h
+++ b/src/RepRapFirmware.h
@@ -325,7 +325,7 @@ typedef Bitmap<uint32_t> TriggerNumbersBitmap; // Type of a bitmap representing
typedef uint16_t Pwm_t; // Type of a PWM value when we don't want to use floats
-#if SUPPORT_CAN_EXPANSION
+#if defined(DUET3) || defined(DUET3MINI)
typedef Bitmap<uint64_t> SensorsBitmap;
#else
typedef Bitmap<uint32_t> SensorsBitmap;