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
|
@ -371,12 +371,6 @@ void repeatcommand_front()
|
|||
cmdbuffer_front_already_processed = true;
|
||||
}
|
||||
|
||||
bool is_buffer_empty()
|
||||
{
|
||||
if (buflen == 0) return true;
|
||||
else return false;
|
||||
}
|
||||
|
||||
void proc_commands() {
|
||||
if (buflen)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue