浏览代码

Remove redundant get_command prototype

Alex Voinea 3 年之前
父节点
当前提交
ff56ece6f8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Firmware/Marlin.h

+ 0 - 1
Firmware/Marlin.h

@@ -116,7 +116,6 @@ void serial_echopair_P(const char *s_P, unsigned long v);
 void serialprintPGM(const char *str);
 
 bool is_buffer_empty();
-void get_command();
 void process_commands();
 void ramming();