diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-26 12:32:54 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-26 12:32:54 +0300 |
| commit | 387c1ee40b7bce5edd92491dc8d9edeb30a02524 (patch) | |
| tree | a935cdc365230ab4d4e324c5c1712ffe4ba39b60 /Software/Embedded_SW/Embedded/Common/Utilities | |
| parent | 771b7e5014a6023e660139100bb9221f86474a2b (diff) | |
| download | Tango-387c1ee40b7bce5edd92491dc8d9edeb30a02524.tar.gz Tango-387c1ee40b7bce5edd92491dc8d9edeb30a02524.zip | |
fix bug where thread jogging caused next jobs to be without ink, and other small problems
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/Utilities')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/Utilities/RfidTagContent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/RfidTagContent.h b/Software/Embedded_SW/Embedded/Common/Utilities/RfidTagContent.h index c3ae0b900..daebf8e68 100644 --- a/Software/Embedded_SW/Embedded/Common/Utilities/RfidTagContent.h +++ b/Software/Embedded_SW/Embedded/Common/Utilities/RfidTagContent.h @@ -19,9 +19,9 @@ #define MAX_CARTRIDGES (CARTRIDGE_SLOT__WasteLower+1) typedef struct { - uint32_t uniqueid; + char uniqueid[8]; char serialnumber[16]; - char factoryid[3]; + int32_t factoryid; int32_t fillingsystemid; char colorname[12]; int32_t colorcategory; |
