From dfa8b41b963aa5d5820d5ab3bfaab478fd869f6b Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 14 May 2021 12:23:09 +0700 Subject: adding hid parser --- examples/host/cdc_msc_hid/src/tusb_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h index fd0432799..7c13cbd2f 100644 --- a/examples/host/cdc_msc_hid/src/tusb_config.h +++ b/examples/host/cdc_msc_hid/src/tusb_config.h @@ -84,6 +84,8 @@ //------------- HID -------------// +//#define CFG_TUH_HID_EP_BUFSIZE 64 + // Max number of reports per interface // E.g composite HID with keyboard + mouse + gamepad will have 3 reports #define CFG_TUH_HID_REPORT_MAX 4 -- cgit v1.3.1