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
+3
View File
@@ -95,6 +95,9 @@ struct InitSequenceDesc components_init[] =
#endif
#ifdef FS_CH376
{ "ch376", Ch376fsInit },
#endif
#ifdef FS_LWEXT4
{ "lwext4", Lwext4Init },
#endif
{ "libc_system", LibcSystemInit },
#ifdef RTC_SYNC_USING_NTP