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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Platform.h b/src/Platform.h
index de7a4363..d8a21ff5 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -407,9 +407,9 @@ public:
float GetIdleCurrentFactor() const
{ return idleCurrentFactor; }
bool SetDriverMicrostepping(size_t driver, int microsteps, int mode);
- unsigned int GetDriverMicrostepping(size_t drive, bool& interpolation) const;
+ unsigned int GetDriverMicrostepping(size_t drive, int mode, bool& interpolation) const;
bool SetMicrostepping(size_t drive, int microsteps, int mode);
- unsigned int GetMicrostepping(size_t drive, bool& interpolation) const;
+ unsigned int GetMicrostepping(size_t drive, int mode, bool& interpolation) const;
void SetDriverStepTiming(size_t driver, float microseconds);
float GetDriverStepTiming(size_t driver) const;
float DriveStepsPerUnit(size_t drive) const;