aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-06-23 09:29:47 +0300
committerAvi Levkovich <avi@twine-s.com>2020-06-23 09:29:47 +0300
commit113527b43fd9bd4d4de4686638949beff1c4f437 (patch)
tree8961f36ba06b1dd4c75a6331b7a287198e62e38e /Software/Embedded_SW/Embedded/Main.c
parent1f2d5ff2707c5cf33274ef66a710eaaba596efff (diff)
downloadTango-113527b43fd9bd4d4de4686638949beff1c4f437.tar.gz
Tango-113527b43fd9bd4d4de4686638949beff1c4f437.zip
Check IFS Availability+ change Waste Tank Level from ml to litter
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index 86000f6c0..e419f76fd 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -86,7 +86,7 @@
#include "modules/AlarmHandling/AlarmHandling.h"
//#include <Drivers/I2C_Communication/I2C_Task.h>
#include <Drivers/I2C_Communication/WHS_Card/EEPROM/WHS_EEPROM.h>
-
+#include <Drivers/I2C_Communication/RFID_NFC/I2C_IFS_Mux.h>
//*****************************************************************************
//
// The system tick rate expressed both as ticks per second and a millisecond
@@ -278,6 +278,9 @@ int main(void)
//Trigger_Check_WHS_Type_Via_EEPROM();
Check_WHS_Type_Via_EEPROM();
+
+ Check_IFS_Availability();
+
if ((Head_Type >= HEAD_TYPE_UNKNOWN_WITH_CARD)&&(WHS_Type == WHS_TYPE_NEW))
{
PP_Machine = true;