This commit is contained in:
hathach 2021-05-22 20:55:42 +07:00
parent ad845db6a5
commit 63c57ed1a4
2 changed files with 0 additions and 8 deletions

View File

@ -86,10 +86,6 @@
#define CFG_TUH_HID_EP_BUFSIZE 64 #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
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@ -42,10 +42,6 @@
// Class Driver Configuration // Class Driver Configuration
//--------------------------------------------------------------------+ //--------------------------------------------------------------------+
#ifndef CFG_TUH_HID_REPORT_MAX
#define CFG_TUH_HID_REPORT_MAX 4
#endif
// TODO Highspeed interrupt can be up to 512 bytes // TODO Highspeed interrupt can be up to 512 bytes
#ifndef CFG_TUH_HID_EP_BUFSIZE #ifndef CFG_TUH_HID_EP_BUFSIZE
#define CFG_TUH_HID_EP_BUFSIZE 64 #define CFG_TUH_HID_EP_BUFSIZE 64