diff --git a/devices/serial/escc.cpp b/devices/serial/escc.cpp index 5653a48..3f97f7d 100644 --- a/devices/serial/escc.cpp +++ b/devices/serial/escc.cpp @@ -425,7 +425,7 @@ void EsccChannel::dma_in_rx() [this]() { this->timer_id_rx = 0; char c = receive_byte(); - int xx = dma_ch[1]->push_data(&c, 1); + dma_ch[1]->push_data(&c, 1); this->dma_in_rx(); }); }