Formating

This commit is contained in:
Reinhard Panhuber
2021-02-12 18:04:45 +01:00
parent a9fd0a454a
commit 185414721f
3 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ static inline uint16_t tud_audio_int_ctr_write(uint8_t const* buffer, uint16_t l
#if CFG_TUD_AUDIO_EP_OUT_SW_BUFFER_SIZE && CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP
static inline bool tud_audio_fb_set(uint32_t feedback)
{
return tud_audio_n_fb_set(0, feedback);
return tud_audio_n_fb_set(0, feedback);
}
#endif