STM32 I2C (alternate): Remove the extra NONE event from the trace dump output.

This commit is contained in:
Ouss4
2018-12-08 13:06:47 -06:00
committed by Gregory Nutt
parent af11d47b01
commit ed08cbc7f7
+1 -1
View File
@@ -923,7 +923,7 @@ static void stm32_i2c_tracedump(FAR struct stm32_i2c_priv_s *priv)
syslog(LOG_DEBUG, "Elapsed time: %ld\n",
(long)(clock_systimer() - priv->start_time));
for (i = 0; i <= priv->tndx; i++)
for (i = 0; i < priv->tndx; i++)
{
trace = &priv->trace[i];
syslog(LOG_DEBUG,