diff options
| author | hathach <[email protected]> | 2021-05-12 20:04:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:58:24 +0700 |
| commit | a5cd81a2266541c14dfeb2617b2a826296aab688 (patch) | |
| tree | a7d6979e04498c6ed066822bc2d62f657a076c0c /src/host | |
| parent | be165a67134d08f7c32386de041f1a2665e696be (diff) | |
correct hid host mount/unmount callback
rename HOST_CLASS_HID to CFG_TUH_HID
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index fe0b2b987..3008c9b4e 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -74,7 +74,7 @@ static usbh_class_driver_t const usbh_class_drivers[] = }, #endif - #if HOST_CLASS_HID + #if CFG_TUH_HID { DRIVER_NAME("HID") .class_code = TUSB_CLASS_HID, |
