Page 1 of 1

possible bug

Posted: Tue Aug 22, 2017 11:32 am
by SpenZerX
Hello,

components/driver/i2c.c
line 168


} else {
p_i2c->tx_ring_buf = NULL;
p_i2c->rx_buf_length = 0;
}

i think it should be rx_ both!?