diff options
| author | Mark K Cowan <[email protected]> | 2022-10-24 20:41:09 +0300 |
|---|---|---|
| committer | Mark K Cowan <[email protected]> | 2022-10-24 20:41:09 +0300 |
| commit | 025d3477e81e07ddc2db78193e8957cdb1050516 (patch) | |
| tree | 112e9069d431bb4cefed5dd50b76fbda1c5019b7 /src | |
| parent | f931983469bf375eec9503b99e021b9b633bf23f (diff) | |
fixed spec reference
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/audio/audio_device.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/class/audio/audio_device.h b/src/class/audio/audio_device.h index 0c394d235..92a1e6585 100644 --- a/src/class/audio/audio_device.h +++ b/src/class/audio/audio_device.h @@ -542,8 +542,7 @@ TU_ATTR_WEAK TU_ATTR_FAST_FUNC void tud_audio_feedback_interval_isr(uint8_t func #endif // CFG_TUD_AUDIO_ENABLE_EP_OUT && CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP #if CFG_TUD_AUDIO_ENABLE_INTERRUPT_EP -// UAC2 §9.6 -// Structure of "interrupt data message" +// UAC2 §6.1 "interrupt data message" typedef struct TU_ATTR_PACKED { uint8_t bInfo; |
