Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky04 committed Sep 14, 2023
1 parent 46977a0 commit c87fba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/device/usbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c87fba1

Please sign in to comment.