diff options
| author | hathach <[email protected]> | 2021-02-24 13:19:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:58:24 +0700 |
| commit | 98f5082191e2135ca783a24a39f95ee82639b9fc (patch) | |
| tree | 351424d7e03771579cbabc0899566710c25c8e08 /src/host | |
| parent | 1dd2cd43dda857de3f4272074c595e663ef09b22 (diff) | |
rename var to be consistent
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 3761f279c..86da97bb8 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -79,7 +79,7 @@ static usbh_class_driver_t const usbh_class_drivers[] = DRIVER_NAME("HID") .class_code = TUSB_CLASS_HID, .init = hidh_init, - .open = hidh_open_subtask, + .open = hidh_open, .set_config = hidh_set_config, .xfer_cb = hidh_xfer_cb, .close = hidh_close |
