summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorJeremiah McCarthy <[email protected]>2021-05-25 09:27:35 -0400
committerJeremiah McCarthy <[email protected]>2021-05-25 09:27:35 -0400
commitce59d69520166b37869cf83a3dab929c1b2c4ac4 (patch)
tree1f1e1352941aa8c64d59e0e1bd426593ea77ae25 /src/tusb_option.h
parent05892a5a1ee9c50cb966b2e8ec8243ef97f794e2 (diff)
parentca8724ee08375e85c3a8fd15b5088d38c20c1ae8 (diff)
Merge remote-tracking branch 'official/master'
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 0b8c5c1d0..b317f7630 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -274,11 +274,8 @@
#error there is no benefit enable hub with max device is 1. Please disable hub or increase CFG_TUSB_HOST_DEVICE_MAX
#endif
- //------------- HID CLASS -------------//
- #define HOST_CLASS_HID ( CFG_TUH_HID_KEYBOARD + CFG_TUH_HID_MOUSE + CFG_TUSB_HOST_HID_GENERIC )
-
- #ifndef CFG_TUSB_HOST_ENUM_BUFFER_SIZE
- #define CFG_TUSB_HOST_ENUM_BUFFER_SIZE 256
+ #ifndef CFG_TUH_ENUMERATION_BUFSZIE
+ #define CFG_TUH_ENUMERATION_BUFSZIE 256
#endif
//------------- CLASS -------------//