diff options
| author | hathach <[email protected]> | 2013-06-12 14:06:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-06-12 14:06:41 +0700 |
| commit | ee57a6f13fcd8b75611713e3bec5a07202cc8f5a (patch) | |
| tree | 2ed75bea1ff315ac82aa15446d82d84f0a298d90 /tests/support | |
| parent | 17a27f7398c2807796432bbca5e90d97f09ae051 (diff) | |
clean up
Diffstat (limited to 'tests/support')
| -rw-r--r-- | tests/support/tusb_config.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h index 6edd59800..83dcf78e2 100644 --- a/tests/support/tusb_config.h +++ b/tests/support/tusb_config.h @@ -86,14 +86,16 @@ //--------------------------------------------------------------------+ // DEVICE CONFIGURATION //--------------------------------------------------------------------+ +#define TUSB_CFG_DEVICE_USE_ROM_DRIVER 1 + +//------------- descriptors -------------// #define TUSB_CFG_DEVICE_STRING_MANUFACTURER "tinyusb.org" #define TUSB_CFG_DEVICE_STRING_PRODUCT "Device Example" #define TUSB_CFG_DEVICE_STRING_SERIAL "1234" #define TUSB_CFG_DEVICE_VENDORID 0x1FC9 // NXP //#define TUSB_CFG_DEVICE_PRODUCTID 0x4567 - -#define TUSB_CFG_DEVICE_USE_ROM_DRIVER 1 +#define TUSB_CFG_DEVICE_CONTROL_PACKET_SIZE 64 //------------- CLASS -------------// #define TUSB_CFG_DEVICE_HID_KEYBOARD 1 |
