rename hid report_buf to epin_buf

add epout_buf and use it for SET_REPORT request buffer
This commit is contained in:
hathach
2019-05-01 20:45:05 +07:00
parent 2050778763
commit c8b9293d68
2 changed files with 16 additions and 14 deletions

View File

@@ -39,6 +39,10 @@
// Class Driver Default Configure & Validation
//--------------------------------------------------------------------+
#ifndef CFG_TUD_HID_BUFSIZE
#define CFG_TUD_HID_BUFSIZE 16
#endif
//--------------------------------------------------------------------+
// Application API
//--------------------------------------------------------------------+