mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-11 23:38:57 +00:00
[fix][usb_video] delete undefine function
This commit is contained in:
parent
f63fb6b5cc
commit
8428b62b50
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ int main(void)
|
|||
usbd_video_add_interface(&video_class, &video_control_intf);
|
||||
usbd_video_add_interface(&video_class, &video_stream_intf);
|
||||
usbd_interface_add_endpoint(&video_stream_intf, &video_in_ep);
|
||||
usbd_video_set_probe_and_commit_controls(&probe, &commit);
|
||||
|
||||
usb_fs = usb_dc_init();
|
||||
|
||||
if (usb_fs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue