Rename preocess_command to process_next_command

This commit is contained in:
Scott Lahteine
2015-05-16 20:47:40 -07:00
parent 98c4f22432
commit 46d59784ad
2 changed files with 6 additions and 5 deletions

View File

@ -113,7 +113,6 @@ FORCE_INLINE void serialprintPGM(const char *str) {
}
void get_command();
void process_commands();
void manage_inactivity(bool ignore_stepper_queue=false);