diff options
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 |
