Remove redundant get_command prototype
This commit is contained in:
parent
5f0e4a1cac
commit
ff56ece6f8
|
|
@ -116,7 +116,6 @@ void serial_echopair_P(const char *s_P, unsigned long v);
|
||||||
void serialprintPGM(const char *str);
|
void serialprintPGM(const char *str);
|
||||||
|
|
||||||
bool is_buffer_empty();
|
bool is_buffer_empty();
|
||||||
void get_command();
|
|
||||||
void process_commands();
|
void process_commands();
|
||||||
void ramming();
|
void ramming();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue