Commit 34058146 authored by Emil Gydesen's avatar Emil Gydesen Committed by Carles Cufi
Browse files

Bluetooth: BAP: Shell: Remove unused variable stream_frame_duration_us



The variable was unsused and caused compiler warnings.

Signed-off-by: default avatarEmil Gydesen <emil.gydesen@nordicsemi.no>
parent 973e226b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;