reworking hid host

This commit is contained in:
hathach
2021-02-24 13:54:18 +07:00
parent 98f5082191
commit f1148ca5ac
2 changed files with 43 additions and 8 deletions

View File

@@ -38,6 +38,14 @@
extern "C" {
#endif
//--------------------------------------------------------------------+
// Class Driver Configuration
//--------------------------------------------------------------------+
#ifndef CFG_TUH_HID_MAX_REPORT
#define CFG_TUH_HID_MAX_REPORT 8
#endif
//--------------------------------------------------------------------+
// KEYBOARD Application API
//--------------------------------------------------------------------+