diff options
| author | hathach <[email protected]> | 2022-03-29 16:53:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-29 16:53:45 +0700 |
| commit | 65b6b79e9954c4b8edceea040aba1a8fd80e975c (patch) | |
| tree | b56dba30c74151472b720a5023e4bfcb31d4135a /src/device/usbd.h | |
| parent | 5cd67baf15aa24c5f5eae18b9f9615e3af807704 (diff) | |
clean up and comment out tud_sof_isr_set
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 72401a7e9..d485d8711 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -88,7 +88,7 @@ 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); +// 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 |
