Skip to content

Commit

Permalink
Applications: nrf5340_audio: timestamp fix
Browse files Browse the repository at this point in the history
OCT-2864
Change so timestamp is sent on every interval over zbus

Signed-off-by: Kristoffer Rist Skøien <[email protected]>
  • Loading branch information
koffes authored and rlubos committed Jan 19, 2024
1 parent a9728e9 commit 443bc2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int bt_le_audio_tx_send(struct bt_bap_stream **bap_streams, struct le_audio_enco
int ret;
uint32_t ts = 0;
bool any_chan_streaming = false;
static bool got_tx_sync_ts;
bool got_tx_sync_ts = false;
size_t data_size_pr_stream = 0;

if (!initialized) {
Expand Down

0 comments on commit 443bc2b

Please sign in to comment.