Remove magic numbers from endpoint numbers so switch between asynch/adaptive handled

This commit is contained in:
Ed Clarke
2018-11-05 11:16:21 +00:00
parent 0709860f48
commit 3214d4ea9f
3 changed files with 19 additions and 11 deletions

View File

@@ -30,7 +30,8 @@
#define OUTPUT_VOLUME_CONTROL 0
#define INPUT_VOLUME_CONTROL 0
#define UAC_FORCE_FEEDBACK_EP 1
#define UAC_FORCE_FEEDBACK_EP 0
#define XUA_ADAPTIVE 1
#define XUA_LITE 1 // Use simple/optimised USB buffer tasks
#define AUDIO_CLASS 1