Fix syntax error introduced in 477b6fa1d

This commit is contained in:
Gabe Rosenhouse 2014-02-17 07:53:45 -08:00
parent 3f455889d0
commit d1c64b9dc4

View File

@ -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();
}