Add basic UAC2 structure - untested

This commit is contained in:
Reinhard Panhuber
2020-05-22 12:09:34 +02:00
parent de88294e05
commit 9be2f1bf3d
6 changed files with 1982 additions and 35 deletions

View File

@@ -76,6 +76,10 @@
#include "class/msc/msc_device.h"
#endif
#if CFG_TUD_AUDIO
#include "class/audio/audio_device.h"
#endif
#if CFG_TUD_MIDI
#include "class/midi/midi_device.h"
#endif