Browse Source

Fix a misleading comment.

sbg
px4dev 12 years ago
parent
commit
3c8da27d72
  1. 2
      apps/px4io/i2c.c

2
apps/px4io/i2c.c

@ -174,7 +174,7 @@ i2c_interrupt(int irq, FAR void *context) @@ -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;

Loading…
Cancel
Save