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)
i2c_rx_complete(); i2c_rx_complete();
break; break;
default: default:
/* spurious stop, ignore */ /* not currently transferring - must be a new txn */
break; break;
} }
direction = DIR_NONE; direction = DIR_NONE;

Loading…
Cancel
Save