Missing initializer...
@@ -39,6 +39,7 @@ static const char fwupload_start[] =
void TTY::reset()
{
+ rx.rlen = 0;
rx.state = rx_state::normal;
}