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
@@ -44,7 +44,7 @@ extern int Lwext4Init(void);
extern int LibcSystemInit(void);
extern int RtcNtpSyncInit(void);
extern int MountSDCard(void);
extern int MountUSB(void);
extern int MountUsb(void);
extern int DfsMountTable(void);
extern int userShellInit(void);
extern int STM32USBHostRegister(void);