diff options
| author | hathach <[email protected]> | 2023-03-22 08:33:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-22 08:33:30 +0700 |
| commit | a97f39151ebdf5569ff4831902648c518821a25c (patch) | |
| tree | 78bcb9d6d46ba6a63e2c8821bfb65798f4554a63 /examples/host/hid_controller/src | |
| parent | d22fc550c76f0d2c5d980a253161e95f1a853309 (diff) | |
fine tune CFG_TUH_HID value
Diffstat (limited to 'examples/host/hid_controller/src')
| -rw-r--r-- | examples/host/hid_controller/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/hid_controller/src/tusb_config.h b/examples/host/hid_controller/src/tusb_config.h index f4ddc1b81..f5ae2fd6f 100644 --- a/examples/host/hid_controller/src/tusb_config.h +++ b/examples/host/hid_controller/src/tusb_config.h @@ -97,7 +97,7 @@ #define CFG_TUH_HUB 0 #define CFG_TUH_CDC 0 -#define CFG_TUH_HID (4*CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces +#define CFG_TUH_HID (3*CFG_TUH_DEVICE_MAX) // typical keyboard + mouse device can have 3-4 HID interfaces #define CFG_TUH_MSC 0 #define CFG_TUH_VENDOR 0 |
