Skip to content

Commit 810ed45

Browse files
lijunru-hubchmorgan
authored andcommitted
fix: build warning for type qualifiers
1 parent 916bc82 commit 810ed45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audio_player.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ esp_err_t audio_player_new(audio_player_config_t config)
565565
4 * 1024,
566566
&instance,
567567
(UBaseType_t) instance.config.priority,
568-
(TaskHandle_t * const) NULL,
568+
(TaskHandle_t *) NULL,
569569
(BaseType_t) instance.config.coreID);
570570

571571
ESP_GOTO_ON_FALSE(pdPASS == task_val, ESP_ERR_NO_MEM, cleanup,

0 commit comments

Comments
 (0)