summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-11 22:18:40 +0700
committerhathach <[email protected]>2023-05-16 11:09:22 +0700
commit1c4f22a54cf60e6221995f9b64e2e765fd0a5bfe (patch)
tree56505cbd61313df6bc09382e31c3d7aacb5aef72 /examples
parent206d63e038744b228cfa6051d701cab50b520fe6 (diff)
EHCI: fix xfer failed with disconnected device as stalled
- change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future
Diffstat (limited to 'examples')
-rw-r--r--examples/host/cdc_msc_hid/src/hid_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/hid_app.c b/examples/host/cdc_msc_hid/src/hid_app.c
index ed53c502d..87e110ab2 100644
--- a/examples/host/cdc_msc_hid/src/hid_app.c
+++ b/examples/host/cdc_msc_hid/src/hid_app.c
@@ -263,7 +263,7 @@ static void process_generic_report(uint8_t dev_addr, uint8_t instance, uint8_t c
if (!rpt_info)
{
- printf("Couldn't find the report info for this report !\r\n");
+ printf("Couldn't find report info !\r\n");
return;
}