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:
Diffstat (limited to 'src/Endstops/SwitchEndstop.h')
-rw-r--r--src/Endstops/SwitchEndstop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/SwitchEndstop.h b/src/Endstops/SwitchEndstop.h
index bbfb7874..ea4be47d 100644
--- a/src/Endstops/SwitchEndstop.h
+++ b/src/Endstops/SwitchEndstop.h
@@ -38,7 +38,7 @@ public:
GCodeResult Configure(const char *pinNames, const StringRef& reply) noexcept;
private:
- typedef uint16_t PortsBitmap;
+ typedef Bitmap<uint16_t> PortsBitmap;
void ReleasePorts() noexcept;