possible bug
Posted: Tue Aug 22, 2017 11:32 am
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!?
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!?