add note for recursive calls of process_device_unplugged() in case of hub

This commit is contained in:
hathach
2022-06-16 14:37:57 +07:00
parent 7df7590f7f
commit f4a7b5b80c
2 changed files with 21 additions and 18 deletions

View File

@@ -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