diff options
| author | hathach <[email protected]> | 2019-07-19 20:20:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-19 20:20:13 +0700 |
| commit | 33de35504abf27801286b1f3760862d3909e2ae6 (patch) | |
| tree | ca850fca8870470185e572d6ea4630084d36e008 /test | |
| parent | ae5dc435cbb5afb1fd16d37feaf132085ccb787f (diff) | |
more house keeping
Diffstat (limited to 'test')
| -rw-r--r-- | test/test/support/tusb_config.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/test/support/tusb_config.h b/test/test/support/tusb_config.h index eaa63b958..b82a09a23 100644 --- a/test/test/support/tusb_config.h +++ b/test/test/support/tusb_config.h @@ -70,31 +70,31 @@ // DEVICE CONFIGURATION //-------------------------------------------------------------------- -#define CFG_TUD_ENDOINT0_SIZE 64 +#define CFG_TUD_ENDOINT0_SIZE 64 //------------- CLASS -------------// -#define CFG_TUD_CDC 1 -#define CFG_TUD_MSC 1 -#define CFG_TUD_HID 1 +#define CFG_TUD_CDC 1 +#define CFG_TUD_MSC 1 +#define CFG_TUD_HID 1 -#define CFG_TUD_MIDI 1 -#define CFG_TUD_VENDOR 0 +#define CFG_TUD_MIDI 1 +#define CFG_TUD_VENDOR 1 //------------- CDC -------------// // FIFO size of CDC TX and RX -#define CFG_TUD_CDC_RX_BUFSIZE 64 -#define CFG_TUD_CDC_TX_BUFSIZE 64 +#define CFG_TUD_CDC_RX_BUFSIZE 64 +#define CFG_TUD_CDC_TX_BUFSIZE 64 //------------- MSC -------------// // Buffer size of Device Mass storage -#define CFG_TUD_MSC_BUFSIZE 512 +#define CFG_TUD_MSC_BUFSIZE 512 //------------- HID -------------// // Should be sufficient to hold ID (if any) + Data -#define CFG_TUD_HID_BUFSIZE 16 +#define CFG_TUD_HID_BUFSIZE 16 #ifdef __cplusplus } |
