mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-10 12:44:55 +00:00
Merge pull request #1646 from battlesnake/feedback-prototype-fix
audio_device: prototype added for function referenced before use
This commit is contained in:
commit
154821acc0
@ -447,6 +447,10 @@ static inline uint8_t tu_desc_subtype(void const* desc)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if CFG_TUD_AUDIO_ENABLE_EP_OUT && CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP
|
||||||
|
static bool set_fb_params_freq(audiod_function_t* audio, uint32_t sample_freq, uint32_t mclk_freq);
|
||||||
|
#endif
|
||||||
|
|
||||||
bool tud_audio_n_mounted(uint8_t func_id)
|
bool tud_audio_n_mounted(uint8_t func_id)
|
||||||
{
|
{
|
||||||
TU_VERIFY(func_id < CFG_TUD_AUDIO);
|
TU_VERIFY(func_id < CFG_TUD_AUDIO);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user