arch/arm/src/common/tiva_i2c.c: Update the current message buffer before writing to I2C data register.
This commit is contained in:
parent
e10fda570b
commit
c5f3d3d596
@ -1284,6 +1284,7 @@ static int tiva_i2c_process(struct tiva_i2c_priv_s *priv, uint32_t status)
|
|||||||
* change
|
* change
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
priv->mptr = priv->msgv->buffer;
|
||||||
tiva_i2c_nextxfr(priv, 0);
|
tiva_i2c_nextxfr(priv, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user