feat add lwext4 fs register

This commit is contained in:
Liu_Weichao
2022-04-19 17:25:37 +08:00
parent f1d372dcf7
commit 51dbbc2e8d
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ extern int FlashW25qxxSpiDeviceInit(void);
extern int LoraSx12xxSpiDeviceInit(void);
extern int FatfsInit(void);
extern int Ch376fsInit(void);
extern int Lwext4Init(void);
extern int LibcSystemInit(void);
extern int RtcNtpSyncInit(void);
extern int MountSDCard(void);