mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-20 22:20:55 +00:00
Disable SOF ISR feedback calcuation by default s.t. examples still work
This commit is contained in:
parent
8ffdbfebce
commit
5cd67baf15
@ -193,7 +193,7 @@
|
||||
|
||||
// Determine feedback value within SOF ISR within audio driver - if disabled the user has to call tud_audio_n_fb_set() with a suitable feedback value on its own. If done within audio driver SOF ISR, tud_audio_n_fb_set() is disabled for user
|
||||
#ifndef CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR
|
||||
#define CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR 1 // 0 or 1
|
||||
#define CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR 0 // 0 or 1
|
||||
#endif
|
||||
|
||||
// Feeback calculation mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user