started working on implementing receiving HID output reports from PC for commands

This commit is contained in:
2019-08-22 20:24:44 -04:00
parent 0ad1f818c0
commit ecb1c559f3
5 changed files with 52 additions and 5 deletions

View File

@@ -170,7 +170,8 @@
#define HID_INT_OUT_EP_SIZE 64
#define HID_INT_IN_EP_SIZE 64
#define HID_NUM_OF_DSC 1
#define HID_RPT01_SIZE 74
//#define HID_RPT01_SIZE 74
#define HID_RPT01_SIZE 54
/** DEFINITIONS ****************************************************/