correct hid host mount/unmount callback

rename HOST_CLASS_HID to CFG_TUH_HID
This commit is contained in:
hathach
2021-05-12 20:04:19 +07:00
parent be165a6713
commit a5cd81a226
6 changed files with 42 additions and 39 deletions

View File

@@ -42,7 +42,7 @@
#if TUSB_OPT_HOST_ENABLED
#include "host/usbh.h"
#if HOST_CLASS_HID
#if CFG_TUH_HID
#include "class/hid/hid_host.h"
#endif