reworking device hid class driver

This commit is contained in:
hathach
2018-07-23 15:25:45 +07:00
parent 141ac25e3b
commit 4342325ee1
31 changed files with 583 additions and 501 deletions

View File

@@ -73,10 +73,10 @@
#endif
//------------- DEVICE -------------//
#if MODE_DEVICE_SUPPORTED
#if TUSB_OPT_DEVICE_ENABLED
#include "device/usbd.h"
#if DEVICE_CLASS_HID
#if TUD_OPT_HID_ENABLED
#include "class/hid/hid_device.h"
#endif