Skip to content

Commit 65b69a1

Browse files
committed
Fix one more spelling error
1 parent 39fa03f commit 65b69a1

File tree

1 file changed

+1
-1
lines changed
  • experiments/targets/NimBLE/workspace/drivers/psf_bridge/src

1 file changed

+1
-1
lines changed

experiments/targets/NimBLE/workspace/drivers/psf_bridge/src/ble_phy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ static void recv_packet(struct os_event *ev) {
216216
}
217217

218218
for(int i_pkt = 0; i_pkt < 6; i_pkt++) {
219-
// After any incoming packet, acceppted or not, we send empty packets
219+
// After any incoming packet, accepted or not, we send empty packets
220220
// if we're on a data channel. This is to simulate the mechanism that
221221
// keeps the connection alive and allows the NimBLE stack to return
222222
// multiple Bluetooth packets. PSF is not aware of this as this is

0 commit comments

Comments
 (0)