change HID config, move HID boot config to part of auto descriptor only

This commit is contained in:
hathach
2018-07-28 12:38:45 +07:00
parent 456506045f
commit 9f61493020
11 changed files with 120 additions and 93 deletions

View File

@@ -76,7 +76,7 @@
#if TUSB_OPT_DEVICE_ENABLED
#include "device/usbd.h"
#if TUD_OPT_HID_ENABLED
#if CFG_TUD_HID
#include "class/hid/hid_device.h"
#endif