diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-10 11:05:22 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-10 11:05:22 +0300 |
| commit | 86dd16d81ebee13b71cfe05eb4a76a367f032d35 (patch) | |
| tree | 6c45a17912eb2dbf33f4e7f8b3c8c8478d4ddcb1 /Software/Embedded_SW/Embedded/Common/Utilities | |
| parent | 1b4e8a948a1d1c07bbda5b75ba1dd54f5f77446a (diff) | |
| download | Tango-86dd16d81ebee13b71cfe05eb4a76a367f032d35.tar.gz Tango-86dd16d81ebee13b71cfe05eb4a76a367f032d35.zip | |
release notes, RFID tag handling, E2Prom handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/Utilities')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c index 17dc62bfd..f1e354743 100644 --- a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c +++ b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c @@ -9,8 +9,9 @@ #include "Modules/Waste/Waste.h" #include "Modules/IFS/ifs.h" #include "Modules/AlarmHandling/AlarmHandling.h" -#include "CartridgeValidationRequest.pb-c.h" -#include "CartridgeValidationResponse.pb-c.h" +#include "PMR/Diagnostics/CartridgeValidationRequest.pb-c.h" +#include "PMR/Diagnostics/CartridgeValidationResponse.pb-c.h" +#include "PMR/Diagnostics/CartridgeTagContent.pb-c.h" #include <PMR/Diagnostics/EventType.pb-c.h> #include <Utilities/RfidTagContent.h> #include "drivers/Valves/Valve.h" |
