Remove duplicate function is_buffer_empty()

Use cmd_buffer_empty() instead
This commit is contained in:
Yuri D'Elia 2021-02-19 17:06:00 +01:00
parent adf347fdf1
commit 461d3f6749
3 changed files with 1 additions and 8 deletions
Firmware

View file

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