From 1dfd14ae3fbf868e8992420127a9cf3e6318e5ff Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Tue, 9 Jul 2019 17:14:59 +0300 Subject: Version 1.4.2.0 - infrastructure for IFS, improved flash handling, thread unloading --- Software/Embedded_SW/Embedded/Main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Embedded_SW/Embedded/Main.c') diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c index 6c561a303..5667d4f48 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -293,6 +293,7 @@ int main(void) LOG_ERROR (iFResult, "Error during init Flash File System"); assert(iFResult); } + //FlashInitAndLoad(); //Control_File_System();// test file system //IDS_ModuleInit(); -- cgit v1.3.1