Remove duplicate function is_buffer_empty()
Use cmd_buffer_empty() instead
This commit is contained in:
parent
adf347fdf1
commit
461d3f6749
3 changed files with 1 additions and 8 deletions
Firmware
|
@ -69,7 +69,6 @@ extern bool cmd_buffer_empty();
|
|||
extern void enquecommand(const char *cmd, bool from_progmem = false);
|
||||
extern void enquecommand_front(const char *cmd, bool from_progmem = false);
|
||||
extern void repeatcommand_front();
|
||||
extern bool is_buffer_empty();
|
||||
extern void get_command();
|
||||
extern uint16_t cmdqueue_calc_sd_length();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue