diff options
| author | hathach <[email protected]> | 2022-06-10 01:45:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-10 01:45:48 +0700 |
| commit | 8451d05c50928b9aa370414f25a0e991cd4ecef3 (patch) | |
| tree | 1e316eb9bf8ed3bf4d808dbf6b71eb54a4033adb /src/device/usbd.h | |
| parent | 806806d61b3c2b1692f1e163d9cacbf483913050 (diff) | |
revert sof_isr driver rename since it cause issue with existing code
also removed commented tud_sof_isr_set() API
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index f1312f6ec..964cfb992 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -33,8 +33,6 @@ extern "C" { #endif -// typedef void (*tud_sof_isr_t) (uint32_t frame_count); - //--------------------------------------------------------------------+ // Application API //--------------------------------------------------------------------+ @@ -95,10 +93,6 @@ bool tud_disconnect(void); // Return false on unsupported MCUs bool tud_connect(void); -// Set Start-of-frame (1ms interval) IRQ handler -// NULL means disabled, frame_count may not be supported on mcus -// void tud_sof_isr_set(tud_sof_isr_t sof_isr); - // Carry out Data and Status stage of control transfer // - If len = 0, it is equivalent to sending status only // - If len > wLength : it will be truncated |
