From 3c8da27d72e81da923106dcc667a5e644de90b86 Mon Sep 17 00:00:00 2001 From: px4dev Date: Sat, 9 Feb 2013 00:57:23 -0800 Subject: [PATCH] Fix a misleading comment. --- apps/px4io/i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/px4io/i2c.c b/apps/px4io/i2c.c index 2b8c502c7c..93dfd21dd1 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;