Continue on empty lines instead of returning
This commit is contained in:
parent
3dcf6d42ff
commit
545f7997ea
@ -893,7 +893,7 @@ void get_command() {
|
||||
|
||||
serial_comment_mode = false; // end of line == end of comment
|
||||
|
||||
if (!serial_count) return; // empty lines just exit
|
||||
if (!serial_count) continue; // skip empty lines
|
||||
|
||||
serial_line_buffer[serial_count] = 0; // terminate string
|
||||
serial_count = 0; //reset buffer
|
||||
|
Loading…
Reference in New Issue
Block a user