Fix flush_and_request_resend

This commit is contained in:
Scott Lahteine 2021-05-04 01:47:42 -05:00
parent a0ea7cbf26
commit 53fc13ba7f

View File

@ -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) {