Minor babystep cleanup patches

This commit is contained in:
Scott Lahteine
2016-11-03 18:23:31 -05:00
parent cad792e702
commit 00662b8635
5 changed files with 7 additions and 7 deletions

View File

@@ -1125,7 +1125,7 @@ void Stepper::report_positions() {
// MUST ONLY BE CALLED BY AN ISR,
// No other ISR should ever interrupt this!
void Stepper::babystep(const uint8_t axis, const bool direction) {
void Stepper::babystep(const AxisEnum axis, const bool direction) {
switch (axis) {