Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Sep 30, 2024
1 parent 4b1995f commit 7ba93fa
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 7ba93fa

Please sign in to comment.