add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun

This commit is contained in:
hathach
2020-07-16 13:02:20 +07:00
parent ed065691ef
commit fea6fb73a1
6 changed files with 69 additions and 16 deletions

View File

@@ -37,7 +37,7 @@
// Class Driver Configuration
//--------------------------------------------------------------------+
#ifndef CFG_TUD_MIDI_EPSIZE
#define CFG_TUD_MIDI_EPSIZE 64
#define CFG_TUD_MIDI_EP_BUFSIZE (TUD_OPT_HIGH_SPEED ? 512 : 64)
#endif
#ifdef __cplusplus