arch/arm/src/common/tiva_i2c.c: Update the current message buffer before writing to I2C data register.

This commit is contained in:
Filipe Cavalcanti 2023-05-07 20:06:16 -03:00 committed by Petro Karashchenko
parent e10fda570b
commit c5f3d3d596

View File

@ -1284,6 +1284,7 @@ static int tiva_i2c_process(struct tiva_i2c_priv_s *priv, uint32_t status)
* change
*/
priv->mptr = priv->msgv->buffer;
tiva_i2c_nextxfr(priv, 0);
}
else