mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-07-31 23:27:52 +00:00
nimble/l2cap: Minor printout fix
This commit is contained in:
@@ -398,7 +398,7 @@ ble_l2cap_coc_continue_tx(struct ble_l2cap_chan *chan)
|
||||
len, tx->credits, OS_MBUF_PKTLEN(tx->sdu)- tx->data_offset );
|
||||
|
||||
if (tx->data_offset == OS_MBUF_PKTLEN(tx->sdu)) {
|
||||
BLE_HS_LOG(DEBUG, "Complete package sent");
|
||||
BLE_HS_LOG(DEBUG, "Complete package sent\n");
|
||||
os_mbuf_free_chain(tx->sdu);
|
||||
tx->sdu = 0;
|
||||
tx->data_offset = 0;
|
||||
|
||||
Reference in New Issue
Block a user