Skip to content

Commit

Permalink
mke clang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy authored Nov 25, 2024
1 parent d86d80c commit 10b405e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Bluetooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10b405e

Please sign in to comment.