fix MountUsb function error

This commit is contained in:
Liu_Weichao
2022-11-08 17:02:39 +08:00
parent 9a818b1ef4
commit 696c9f6fe0
22 changed files with 154 additions and 47 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ struct InitSequenceDesc env_init[] =
{ "MountSDCard", MountSDCard },
#endif
#ifdef MOUNT_USB
{ "MountUSB", MountUSB },
{ "MountUsb", MountUsb },
#endif
#ifdef FS_VFS_MNTTABLE
{ "DfsMountTable", DfsMountTable },