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-01-08 21:51:35 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-01-08 21:51:35 +0300
commitade692419913c4777aa14f89b10e14c7ff298648 (patch)
treeb9c317fa80e11263f25ee1db07f8a285ea0b9987 /src/Endstops/SwitchEndstop.h
parentba5341edce9c26062c6aa61c83a975eb4a2dc6ef (diff)
Refactored object model framework to support virtual arrays
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 09733484..0e4c46af 100644
--- a/src/Endstops/SwitchEndstop.h
+++ b/src/Endstops/SwitchEndstop.h
@@ -34,7 +34,7 @@ public:
void HandleRemoteInputChange(CanAddress src, uint8_t handleMinor, bool state) noexcept override;
#endif
- GCodeResult Configure(GCodeBuffer& gb, const StringRef& reply) THROWS_PARSE_ERROR;
+ GCodeResult Configure(GCodeBuffer& gb, const StringRef& reply) THROWS_GCODE_EXCEPTION;
GCodeResult Configure(const char *pinNames, const StringRef& reply) noexcept;
private: