Skip to content

Commit 6e2001b

Browse files
dssengfabiobaltieri
authored andcommitted
Bluetooth: isoal: fix building with verbose logging
Fixes d414cab (likely a missed rename) Signed-off-by: Dmitrii Sharshakov <[email protected]>
1 parent b9ee247 commit 6e2001b

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/controller/ll_sw

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/ll_sw/isoal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@ static uint16_t isoal_tx_framed_find_correct_tx_event(const struct isoal_source
24612461
(actual_event * session->burst_number));
24622462

24632463
ISOAL_LOG_DBGV("[%p] Final Evt=%llu (PL=%llu) Ref.=%lu Next PL=%llu",
2464-
source, actual_event, (actual_event * session->burst_number),
2464+
source_ctx, actual_event, (actual_event * session->burst_number),
24652465
actual_grp_ref_point, next_payload_number);
24662466

24672467
/* Calculate the time offset */

0 commit comments

Comments
 (0)