diff options
| author | hathach <[email protected]> | 2019-06-10 18:46:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-06-10 18:46:00 +0700 |
| commit | 7156bfb54d5e9e13c8574b2384a47bd5554798a9 (patch) | |
| tree | 38493c441211bd5e79bc1e468842aab504f95bca /test | |
| parent | 15208e710a4122bc11417f5f8980e7a02c1a2a4f (diff) | |
fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*
Diffstat (limited to 'test')
| -rw-r--r-- | test/test/support/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/support/tusb_config.h b/test/test/support/tusb_config.h index 76efd0629..a332481f8 100644 --- a/test/test/support/tusb_config.h +++ b/test/test/support/tusb_config.h @@ -77,7 +77,7 @@ #define CFG_TUD_MSC 1 #define CFG_TUD_HID 1 -#define CFG_TUD_MIDI 0 +#define CFG_TUD_MIDI 1 #define CFG_TUD_CUSTOM_CLASS 0 //------------- CDC -------------// |
