diff options
| author | Ha Thach <[email protected]> | 2023-08-15 23:33:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-15 23:33:19 +0700 |
| commit | 7537985c080e439f6f97a021ce49f5ef48979c78 (patch) | |
| tree | 65f71c832d6feb6bda4e14eb50c35a83f750b11e /src/device/usbd_pvt.h | |
| parent | d713571cd44f05d2fc72efc09c670787b74106e0 (diff) | |
| parent | 67a374d932cbe14bf1651bdd6fea82c2e2ecfa10 (diff) | |
Merge pull request #2222 from rppicomidi/fix-2188
fix issue 2188: support usbh_app_driver_get_cb()
Diffstat (limited to 'src/device/usbd_pvt.h')
| -rw-r--r-- | src/device/usbd_pvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd_pvt.h b/src/device/usbd_pvt.h index 940b2858b..16585167f 100644 --- a/src/device/usbd_pvt.h +++ b/src/device/usbd_pvt.h @@ -59,7 +59,7 @@ typedef struct } usbd_class_driver_t; // Invoked when initializing device stack to get additional class drivers. -// Can optionally implemented by application to extend/overwrite class driver support. +// Can be implemented by application to extend/overwrite class driver support. // Note: The drivers array must be accessible at all time when stack is active usbd_class_driver_t const* usbd_app_driver_get_cb(uint8_t* driver_count) TU_ATTR_WEAK; |
