mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
STM32 I2C (alternate): Remove the extra NONE event from the trace dump output.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user