aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4io/i2c.c')
-rw-r--r--apps/px4io/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4io/i2c.c b/apps/px4io/i2c.c
index 2b8c502c7..93dfd21dd 100644
--- a/apps/px4io/i2c.c
+++ b/apps/px4io/i2c.c
@@ -174,7 +174,7 @@ i2c_interrupt(int irq, FAR void *context)
i2c_rx_complete();
break;
default:
- /* spurious stop, ignore */
+ /* not currently transferring - must be a new txn */
break;
}
direction = DIR_NONE;