aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/IFS/RfidTagContent.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/IFS/RfidTagContent.h b/Software/Embedded_SW/Embedded/Modules/IFS/RfidTagContent.h
index 0764f2862..57659616e 100644
--- a/Software/Embedded_SW/Embedded/Modules/IFS/RfidTagContent.h
+++ b/Software/Embedded_SW/Embedded/Modules/IFS/RfidTagContent.h
@@ -8,15 +8,15 @@
#ifndef MODULES_IFS_RFIDTAGCONTENT_H_
#define MODULES_IFS_RFIDTAGCONTENT_H_
-#include "PMR/Rfid/RfidCartridgeSlot.pb-c.h"
-#include "PMR/Rfid/RfidTagContent.pb-c.h"
+#include "PMR/Diagnostics/CartridgeSlot.pb-c.h"
+#include "PMR/Diagnostics/CartridgeTagContent.pb-c.h"
#include <DataDef.h>
#include "include.h"
-#define MAX_CARTRIDGES (RFID_CARTRIDGE_SLOT__LowerWasteCartridge+1)
-typedef struct RfidTagContent
+#define MAX_CARTRIDGES (CARTRIDGE_SLOT__WasteLower+1)
+typedef struct
{
uint32_t UniqueId;
char SerialNumber[16];
@@ -44,7 +44,7 @@ typedef struct RfidTagContent
int32_t WasteCounter;
char MachineIdInkUsed[16];
char MachineIdWasteUsed[16];
-};
+}RfidTagContent;