FULL_SPEED_AUDIO_2 now can be set to 0

This commit is contained in:
Ross Owen
2014-01-18 23:39:58 +00:00
parent 974187439d
commit a883b4fbdb

View File

@@ -150,6 +150,11 @@
#undef AUDIO_CLASS_FALLBACK #undef AUDIO_CLASS_FALLBACK
#endif #endif
/* Whether to run in Audio Class 2.0 mode in USB Full-speed */
#if defined(FULL_SPEED_AUDIO_2) && (FULL_SPEED_AUDIO_2==0)
#undef FULL_SPEED_AUDIO_2
#endif
/* Number of IS2 chans to DAC */ /* Number of IS2 chans to DAC */
#ifndef I2S_CHANS_DAC #ifndef I2S_CHANS_DAC
#error I2S_CHANS_DAC not defined #error I2S_CHANS_DAC not defined