Fix flush_and_request_resend
This commit is contained in:
parent
a0ea7cbf26
commit
53fc13ba7f
@ -270,6 +270,7 @@ void GCodeQueue::flush_and_request_resend(const serial_index_t serial_ind) {
|
|||||||
SERIAL_FLUSH();
|
SERIAL_FLUSH();
|
||||||
SERIAL_ECHOPGM(STR_RESEND);
|
SERIAL_ECHOPGM(STR_RESEND);
|
||||||
SERIAL_ECHOLN(serial_state[serial_ind.index].last_N + 1);
|
SERIAL_ECHOLN(serial_state[serial_ind.index].last_N + 1);
|
||||||
|
SERIAL_ECHOLNPGM(STR_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool serial_data_available(serial_index_t index) {
|
static bool serial_data_available(serial_index_t index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user