remove device mount and unmount callback

This commit is contained in:
sakimisu
2022-11-21 21:59:37 +08:00
parent 9291c1459c
commit 61e82e0eeb
4 changed files with 1 additions and 22 deletions

View File

@@ -241,14 +241,6 @@ int video_test(void)
return ret;
}
void usbh_device_mount_done_callback(struct usbh_hubport *hport)
{
}
void usbh_device_unmount_done_callback(struct usbh_hubport *hport)
{
}
static void usbh_class_test_thread(void *argument)
{
while (1) {