Skip to content

Commit

Permalink
libbladeRF: fix up sync TX initialization bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rghilduta authored and rthomp10 committed Apr 4, 2024
1 parent ac3e5ae commit 88a1929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/libraries/libbladeRF/src/streaming/sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ int sync_init(struct bladerf_sync *sync,
sync->buf_mgmt.status[i] = SYNC_BUFFER_EMPTY;
}

sync->meta.msg_timestamp = 0;
sync->meta.in_burst = false;
sync->meta.now = false;
break;
Expand Down

0 comments on commit 88a1929

Please sign in to comment.