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/Platform.h')
-rw-r--r--src/Platform.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 7eb03ff0..e52abb9c 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -613,10 +613,11 @@ private:
float AdcReadingToCpuTemperature(uint32_t reading) const;
#if HAS_SMART_DRIVERS
- void ReportDrivers(DriversBitmap whichDrivers, const char* text, bool& reported);
+ void ReportDrivers(MessageType mt, DriversBitmap whichDrivers, const char* text, bool& reported);
#endif
#if HAS_STALL_DETECT
- bool AnyMotorStalled(size_t drive) const pre(drive < DRIVES);
+ bool AnyAxisMotorStalled(size_t drive) const pre(drive < DRIVES);
+ bool ExtruderMotorStalled(size_t extruder) const pre(extruder < MaxExtruders);
#endif
#if SAM4E || SAM4S || SAME70