summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/device/usbd.c1
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;