mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-01 06:40:08 +00:00
nimble/hci: Solving Array packing in ble_hs_test_util_hci_rx_num_completed_pkts_event.
This commit is contained in:
committed by
Andrzej Kaczmarek
parent
646cbdd0f8
commit
ecf9f25284
@@ -547,8 +547,6 @@ ble_hs_test_util_hci_rx_num_completed_pkts_event(
|
||||
for (i = 0; i < num_entries; i++) {
|
||||
put_le16(buf + off, entries[i].handle_id);
|
||||
off += 2;
|
||||
}
|
||||
for (i = 0; i < num_entries; i++) {
|
||||
put_le16(buf + off, entries[i].num_pkts);
|
||||
off += 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user