diff options
| author | Ha Thach <[email protected]> | 2022-06-10 12:00:42 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-10 12:00:42 +0700 |
| commit | 96fecedabe2218244a1a0d8f2629d00a23bfa632 (patch) | |
| tree | 1e316eb9bf8ed3bf4d808dbf6b71eb54a4033adb /src/device/usbd_pvt.h | |
| parent | 806806d61b3c2b1692f1e163d9cacbf483913050 (diff) | |
| parent | 8451d05c50928b9aa370414f25a0e991cd4ecef3 (diff) | |
Merge pull request #1505 from hathach/revert-sof-rename
revert sof_isr driver rename since it cause issue with existing code
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 17ebbfcd4..6fad46db3 100644 --- a/src/device/usbd_pvt.h +++ b/src/device/usbd_pvt.h @@ -48,7 +48,7 @@ typedef struct uint16_t (* open ) (uint8_t rhport, tusb_desc_interface_t const * desc_intf, uint16_t max_len); bool (* control_xfer_cb ) (uint8_t rhport, uint8_t stage, tusb_control_request_t const * request); bool (* xfer_cb ) (uint8_t rhport, uint8_t ep_addr, xfer_result_t result, uint32_t xferred_bytes); - void (* sof_isr ) (uint8_t rhport, uint32_t frame_count); // optional + void (* sof ) (uint8_t rhport, uint32_t frame_count); // optional } usbd_class_driver_t; // Invoked when initializing device stack to get additional class drivers. |
