mirror of
https://github.com/hathach/tinyusb.git
synced 2026-04-30 10:33:48 +00:00
add note for recursive calls of process_device_unplugged() in case of hub
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
// Size of buffer to hold descriptors and other data used for enumeration
|
||||
#define CFG_TUH_ENUMERATION_BUFSIZE 256
|
||||
|
||||
#define CFG_TUH_HUB 1
|
||||
#define CFG_TUH_HUB 1 // number of supported hubs
|
||||
#define CFG_TUH_CDC 1
|
||||
#define CFG_TUH_HID 4 // typical keyboard + mouse device can have 3-4 HID interfaces
|
||||
#define CFG_TUH_MSC 1
|
||||
|
||||
Reference in New Issue
Block a user