Skip to content

Commit

Permalink
Bluetooth: BAP: Shell: Remove unused variable stream_frame_duration_us
Browse files Browse the repository at this point in the history
The variable was unsused and caused compiler warnings.

Signed-off-by: Emil Gydesen <[email protected]>
  • Loading branch information
Thalley authored and carlescufi committed Oct 25, 2023
1 parent 973e226 commit 3405814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/bluetooth/audio/shell/bap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2617,7 +2617,6 @@ static int cmd_send(const struct shell *sh, size_t argc, char *argv[])
#if defined(CONFIG_LIBLC3)
static bool stream_start_sine_verify(const struct bt_bap_stream *bap_stream)
{
int stream_frame_duration_us;
struct bt_bap_ep_info info;
int err;

Expand Down

0 comments on commit 3405814

Please sign in to comment.