From 10b405e921ee1f42d3a304748ec5370a39c98871 Mon Sep 17 00:00:00 2001 From: Dirk Carstensen <11274319+tueddy@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:14:19 +0100 Subject: [PATCH] mke clang happy --- src/Bluetooth.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Bluetooth.cpp b/src/Bluetooth.cpp index 13e331be..ce27f1d8 100644 --- a/src/Bluetooth.cpp +++ b/src/Bluetooth.cpp @@ -196,7 +196,8 @@ void Bluetooth_Init(void) { .bck_io_num = I2S_BCLK, .ws_io_num = I2S_LRC, .data_out_num = I2S_DOUT, - .data_in_num = I2S_PIN_NO_CHANGE}; + .data_in_num = I2S_PIN_NO_CHANGE + }; a2dp_sink->set_pin_config(pin_config); a2dp_sink->set_rssi_callback(rssi); #endif