aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-11-22 11:28:09 +0200
committerAvi Levkovich <avi@twine-s.com>2020-11-22 11:28:09 +0200
commit58d96d90f9422d390658d328d4f6eb3b86d168fa (patch)
tree7ede929c5f04537a3537fbb0b62e02b1456a394d /Software/Embedded_SW/Embedded/Common
parent466340a97f8a158570f84fc12238101ca9c124ec (diff)
downloadTango-58d96d90f9422d390658d328d4f6eb3b86d168fa.tar.gz
Tango-58d96d90f9422d390658d328d4f6eb3b86d168fa.zip
Update RFID code + Use new task for RFID and dispensers
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c2
-rw-r--r--Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
index d0193f970..8d2d9462a 100644
--- a/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
+++ b/Software/Embedded_SW/Embedded/Common/SW_Info/SW_Info.c
@@ -20,7 +20,7 @@ typedef struct
} TangoVersion_t;
-TangoVersion_t _gTangoVersion = {1,5,2,1};
+TangoVersion_t _gTangoVersion = {1,5,3,0};
#define BUILD_DATE __DATE__
char Dat[50] = BUILD_DATE;
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c
index 6d15afc6a..6465903fa 100644
--- a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c
+++ b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c
@@ -5,6 +5,8 @@
* Author: shlomo
*/
#include "include.h"
+
+#include "Modules/Waste/Waste.h"
#include "Modules/IFS/ifs.h"
#include "Modules/AlarmHandling/AlarmHandling.h"
#include "PMR/Diagnostics/CartridgeValidationRequest.pb-c.h"