diff options
| author | Rocky04 <[email protected]> | 2023-09-14 19:03:16 +0000 |
|---|---|---|
| committer | Rocky04 <[email protected]> | 2023-09-14 19:03:16 +0000 |
| commit | c87fba1dc3b8cc8a1f72aca312bb5c0d1312464b (patch) | |
| tree | 4af086c06df09c21ad17fbee61abd2741ce758fb | |
| parent | 46977a011d88b8954083de0fc8201350bcda5884 (diff) | |
Bug
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 1ca5cc9cf..ff57f5cad 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -397,7 +397,6 @@ bool tud_connect(void) bool tud_sof_cb_enable(bool en) { - TU_VERIFY(dcd_sof_enable); _usbd_sof.cb_en = en; dcd_sof_enable(_usbd_rhport, _usbd_sof.value ? true : false); return true; |
