Fix flush_and_request_resend
This commit is contained in:
parent
f4f41d01bf
commit
9405a5e443
|
@ -270,6 +270,7 @@ void GCodeQueue::flush_and_request_resend(const serial_index_t serial_ind) {
|
|||
SERIAL_FLUSH();
|
||||
SERIAL_ECHOPGM(STR_RESEND);
|
||||
SERIAL_ECHOLN(serial_state[serial_ind.index].last_N + 1);
|
||||
SERIAL_ECHOLNPGM(STR_OK);
|
||||
}
|
||||
|
||||
static bool serial_data_available(serial_index_t index) {
|
||||
|
|
Loading…
Reference in a new issue