diff options
Diffstat (limited to 'tinyusb/tusb_option.h')
| -rw-r--r-- | tinyusb/tusb_option.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h index cc12cc8eb..1dc042bca 100644 --- a/tinyusb/tusb_option.h +++ b/tinyusb/tusb_option.h @@ -114,6 +114,11 @@ #endif #endif // end TUSB_CFG_HOST_HID_KEYBOARD + #ifndef TUSB_CFG_HOST_ENUM_BUFFER_SIZE + #define TUSB_CFG_HOST_ENUM_BUFFER_SIZE 256 + #warning TUSB_CFG_HOST_ENUM_BUFFER_SIZE is not defined, default value is 256 + #endif + #define HOST_CLASS_HID ( (defined TUSB_CFG_HOST_HID_KEYBOARD) ) #define HOST_EHCI #endif // end TUSB_CFG_HOST |
