fine tune CFG_TUH_HID value

This commit is contained in:
hathach
2023-03-22 08:33:30 +07:00
parent d22fc550c7
commit a97f39151e
3 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@
// max device support (excluding hub device)
#define CFG_TUH_DEVICE_MAX (CFG_TUH_HUB ? 4 : 1) // hub typically has 4 ports
#define CFG_TUH_HID (4*CFG_TUH_DEVICE_MAX)
#define CFG_TUH_HID (3*CFG_TUH_DEVICE_MAX)
#define CFG_TUH_HID_EPIN_BUFSIZE 64
#define CFG_TUH_HID_EPOUT_BUFSIZE 64