nimble/hci: Solving Array packing in ble_hs_test_util_hci_rx_num_completed_pkts_event.

This commit is contained in:
mfarag13
2019-04-05 10:35:47 +02:00
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;
}