aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-05-18 17:19:06 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-05-18 17:19:06 +0300
commit049be36c736eb88d9030c2ce720863375ce134cc (patch)
tree43669f67594784cae0612977ee76f6c4bc62a660 /Software/Embedded_SW/Embedded/Main.c
parent9f6741e51a0145b684b182cb8a01ca32ee77d0a5 (diff)
downloadTango-049be36c736eb88d9030c2ce720863375ce134cc.tar.gz
Tango-049be36c736eb88d9030c2ce720863375ce134cc.zip
cleaning job bug, prevent reporting dispenser homing for auto homing. drier fan / whs fan alarms
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index 2a1913b0a..b1d6110c6 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -141,7 +141,7 @@ Void errHook(Error_Block *eb)
site = Error_getSite(eb);
eid = Error_getId(eb);
eCode = Error_getCode(eb);
- CloseLogFile();
+ //CloseLogFile();
if (UpdateFlag == true)
return;
/*FileHandle = my_malloc(sizeof(FIL));
@@ -262,7 +262,7 @@ int main(void)
LOG_ERROR (iFResult, "Error during init Flash File System");
assert(iFResult);
}
- OpenLogFile();
+ //OpenLogFile();
Init_All_I2C();
Block_Main_MUX_TCA9548A_0xE4();//unused, same i2c as head and whs cards