diff options
| author | Ha Thach <[email protected]> | 2023-05-19 14:18:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-19 14:18:07 +0700 |
| commit | 6ecd4800061ac72421bf3e33468ee670c2d9ae55 (patch) | |
| tree | af89c0ca02dd39ad3432e68ded0fe20cd8c02304 /examples/host | |
| parent | e2d3c0b2d3905a5194abb7bb8894e8b6b9c9b7e4 (diff) | |
| parent | 7211dd18b46affdf027522e34ff3aa3b5d8d5df5 (diff) | |
Merge pull request #2061 from hathach/imx-usbhost
iMX.RT EHCI add dcache support and other fixes + refactor
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/hid_app.c | 2 |
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; } |
