Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: i2c: esp32: Fix to_read value on i2c_esp32_read_msg()
to_read is the minimum value between I2C_ESP32_BUFFER_SIZE and (msg.len - 1) rather than the maximum value. Signed-off-by: Vitor Massaru Iha <[email protected]>
- Loading branch information