mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
Fix a misleading comment.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user