mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-04 14:47:13 +00:00
Bug
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user