mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-02 21:30:40 +00:00
escc: Remove unused variable.
This commit is contained in:
parent
d22f926a8a
commit
1f8a76e534
@ -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();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user