diff options
| author | hathach <[email protected]> | 2013-09-20 16:20:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-20 16:20:28 +0700 |
| commit | 52ae0afeb6dc781b82e6e71b864a02184eaf62bf (patch) | |
| tree | a656445a06f5274625145359396824eccf2a461d /tests/support | |
| parent | d8907c9a2bec155858ae4e5c04dfac60e339418d (diff) | |
refine hid host driver
Diffstat (limited to 'tests/support')
| -rw-r--r-- | tests/support/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/tusb_config.h b/tests/support/tusb_config.h index 4b4c83b4e..e9c7b92a4 100644 --- a/tests/support/tusb_config.h +++ b/tests/support/tusb_config.h @@ -69,7 +69,7 @@ #define TUSB_CFG_HOST_DEVICE_MAX 2 #define TUSB_CFG_CONFIGURATION_MAX 2 -#define TUSB_CFG_HOST_ENUM_BUFFER_SIZE 256 +#define TUSB_CFG_HOST_ENUM_BUFFER_SIZE 255 //------------- CLASS -------------// #define TUSB_CFG_HOST_HID_KEYBOARD 1 |
