Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#783 from MissionSt/fix/syntax-error
Browse files Browse the repository at this point in the history
Fix compile error
nothinman committed Feb 17, 2014
2 parents 96217bf + d1c64b9 commit fd42f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
@@ -1080,7 +1080,7 @@ static void homeaxis(int axis) {
}
}
#define HOMEAXIS(LETTER) homeaxis(LETTER##_AXIS)
+void refresh_cmd_timeout(void)
void refresh_cmd_timeout(void)
{
previous_millis_cmd = millis();
}

0 comments on commit fd42f0d

Please sign in to comment.