fix third_party_usb/usbhost data format bugs

This commit is contained in:
Liu_Weichao
2021-12-07 09:43:53 +08:00
parent a21ca4af2a
commit a7baf1e7ed
7 changed files with 46 additions and 16 deletions
+4
View File
@@ -109,6 +109,10 @@ struct InitSequenceDesc env_init[] =
{ "MountSDCard", MountSDCard },
#endif
#ifdef MOUNT_USB
{ "MountUSB", MountUSB },
#endif
#ifdef FS_VFS_MNTTABLE
{ "DfsMountTable", DfsMountTable },
#endif