Skip to content

Commit a890901

Browse files
committed
Compile error < IDF 5.5
1 parent 519d6dd commit a890901

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/BluetoothA2DPSink.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,8 +1308,9 @@ void BluetoothA2DPSink::app_rc_tg_callback(esp_avrc_tg_cb_event_t event,
13081308
case ESP_AVRC_TG_REGISTER_NOTIFICATION_EVT:
13091309
case ESP_AVRC_TG_SET_PLAYER_APP_VALUE_EVT:
13101310
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 5, 0)
1311-
case ESP_AVRC_TG_PROF_STATE_EVT: {
1311+
case ESP_AVRC_TG_PROF_STATE_EVT:
13121312
#endif
1313+
{
13131314
app_work_dispatch(ccall_av_hdl_avrc_tg_evt, event, param,
13141315
sizeof(esp_avrc_tg_cb_param_t));
13151316
break;

0 commit comments

Comments
 (0)