We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fa03f commit 65b69a1Copy full SHA for 65b69a1
experiments/targets/NimBLE/workspace/drivers/psf_bridge/src/ble_phy.c
@@ -216,7 +216,7 @@ static void recv_packet(struct os_event *ev) {
216
}
217
218
for(int i_pkt = 0; i_pkt < 6; i_pkt++) {
219
- // After any incoming packet, acceppted or not, we send empty packets
+ // After any incoming packet, accepted or not, we send empty packets
220
// if we're on a data channel. This is to simulate the mechanism that
221
// keeps the connection alive and allows the NimBLE stack to return
222
// multiple Bluetooth packets. PSF is not aware of this as this is
0 commit comments