commit | 6452b2e5e27571d10e1fe65749fe66581b9a9325 | [log] [tgz] |
---|---|---|
author | Vitor Massaru Iha <vitor@massaru.org> | Thu Jan 25 13:37:24 2018 -0200 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Feb 07 14:52:52 2018 -0500 |
tree | 171a8b6673afc92f2b9978a824b3a3b8fc7813d4 | |
parent | 685f09779d807626c4efc6ad16fa624b0408cb57 [diff] |
drivers: i2c: esp32: Fix command address on i2c_esp32_write_msg() The wait address command must be the last command address. Unncessary variable was removed. Signed-off-by: Vitor Massaru Iha <vitor@massaru.org>