From 62905aaa550ea584f29feae2ba35fc6df6c42c8f Mon Sep 17 00:00:00 2001 From: Shai Frieder Date: Mon, 2 Sep 2019 15:09:23 +0300 Subject: add IFS system, fix reading MidTank capacity --- Software/Embedded_SW/Embedded/Main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 301d0d6c3..04595999b 100644 --- a/Software/Embedded_SW/Embedded/Main.c +++ b/Software/Embedded_SW/Embedded/Main.c @@ -289,7 +289,7 @@ int main(void) //calibration(); //test vme communication - FRESULT iFResult = Init_Flash_File_System(false); + FRESULT iFResult = Init_Flash_File_System(false);// true if(iFResult != FR_OK) { LOG_ERROR (iFResult, "Error during init Flash File System"); -- cgit v1.3.1