aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-11-22 14:34:02 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-11-22 14:34:02 +0200
commitcfd5d9ffa46286f27d8523d7fd4cc524d267da8a (patch)
treef8066dc8089a1fb0eb61f5ea3b0cc600df646d51 /Software/Embedded_SW/Embedded/Main.c
parent9a4948a47198e6b965892a5d865ab7f973d22d55 (diff)
downloadTango-cfd5d9ffa46286f27d8523d7fd4cc524d267da8a.tar.gz
Tango-cfd5d9ffa46286f27d8523d7fd4cc524d267da8a.zip
Version 1.1.4.4: waste valve handling, L6470 errate fix, and other bugs
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index c82a2f9e1..14b43b8bd 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -129,7 +129,7 @@ int main(void)
ROM_SysTickIntEnable();
ROM_SysTickEnable();
- Calculateinit();
+ //Calculateinit();
PortFunctionInit();
@@ -218,17 +218,18 @@ int main(void)
Heaters_Init();
ControlStart();
MotorsInit();
+ IDS_ModuleInit();
////////////////////////////
-/*
- FRESULT iFResult = Init_Flash_File_System(true);
+
+ FRESULT iFResult = Init_Flash_File_System(false);
if(iFResult != FR_OK)
{
LOG_ERROR (iFResult, "Error during init Flash File System");
assert(iFResult);
}
//Control_File_System();// test file system
-*/
+
////////////////////////////
// Enable interrupts to the processor.