mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 21:41:13 +00:00
esp32: fix build warninig in es8388 driver
This commit is contained in:
parent
d0f707ff11
commit
02eb018664
@ -312,7 +312,7 @@ int es8388_get_mute(int *mute)
|
||||
return res;
|
||||
}
|
||||
|
||||
int es8388_set_dac_ouput(int output)
|
||||
int es8388_set_dac_ouput(es_codec_dac_output_t output)
|
||||
{
|
||||
int res;
|
||||
uint8_t reg = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user