Fix a misleading comment.

This commit is contained in:
px4dev
2013-02-09 00:57:23 -08:00
parent a645a388bc
commit 3c8da27d72
+1 -1
View File
@@ -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;