Skip to content

Commit 26ef403

Browse files
committed
nrf_802154: rev 5795ef961cbada8971d9aa3513438b2cd932fc24
This commit updates revision of the nrf_802154 component. Signed-off-by: Rafal Kuznia <[email protected]>
1 parent 58f7758 commit 26ef403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nrf_802154/driver/src/nrf_802154_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ static void transmitted_frame_notify(uint8_t * p_ack, int8_t power, uint8_t lqi)
382382
}
383383
else
384384
{
385+
metadata.data.transmitted.length = p_ack[0];
385386
nrf_802154_stat_timestamp_read(&metadata.data.transmitted.time, last_ack_end_timestamp);
386387
}
387388

0 commit comments

Comments
 (0)