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-21 16:17:13 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-09-21 16:17:13 +0300
commit05fa94b6bbcf3f4dcc099978f9eb3b78e96ec908 (patch)
tree0472e9c53f69f8bf94fe47f1963d0357c18a3f56 /src/Endstops/EndstopsManager.h
parent47855aa4e583b30fb2d9e2416b230b111568e905 (diff)
More support for remote endstops
Diffstat (limited to 'src/Endstops/EndstopsManager.h')
-rw-r--r--src/Endstops/EndstopsManager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Endstops/EndstopsManager.h b/src/Endstops/EndstopsManager.h
index b2b07274..ca8ab203 100644
--- a/src/Endstops/EndstopsManager.h
+++ b/src/Endstops/EndstopsManager.h
@@ -61,7 +61,9 @@ public:
GCodeResult ProgramZProbe(GCodeBuffer& gb, const StringRef& reply);
#if SUPPORT_CAN_EXPANSION
- void HandleRemoteInputChange(CanAddress src, uint8_t handleMajor, uint8_t handleMinor, bool state, CanMessageBuffer *buf);
+ void HandleRemoteInputChange(CanAddress src, uint8_t handleMajor, uint8_t handleMinor, bool state);
+
+ void OnEndstopStatesChanged();
#endif
#if HAS_MASS_STORAGE