diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-18 09:38:52 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-09-18 09:38:52 +0300 |
| commit | 22aea2d70ade546a64f2339e06ea1bcb7c10b699 (patch) | |
| tree | 664756135fa2b76530a40498c3ea2209c3f9f3c5 /Software/Embedded_SW/Embedded/Common/Utilities | |
| parent | 655862d7719e3186071107ebe6f2da0f50aa9fd1 (diff) | |
| download | Tango-22aea2d70ade546a64f2339e06ea1bcb7c10b699.tar.gz Tango-22aea2d70ade546a64f2339e06ea1bcb7c10b699.zip | |
set Debug log minimal category + some warnings handled
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/Utilities')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c index f1e354743..e668c10a4 100644 --- a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c +++ b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c @@ -105,7 +105,7 @@ CartridgeTagContent * RFID_Tag2PPC(RfidTagContent *Tag) return NULL; - cartridge_Tag_content__init(PpcTag); + cartridge_tag_content__init(PpcTag); PpcTag->has_uniqueid = true; PpcTag->uniqueid = Tag->uniqueid; PpcTag->serialnumber = Tag->serialnumber; @@ -137,7 +137,7 @@ CartridgeTagContent * RFID_Tag2PPC(RfidTagContent *Tag) PpcTag->inkempty = Tag->inkempty; PpcTag->has_wasteempty = true; PpcTag->wasteempty = Tag->wasteempty; - PpcTag->has_wastefilling; + PpcTag->has_wastefilling = true; PpcTag->wastefilling = Tag->wastefilling; PpcTag->has_wastefull = true; PpcTag->wastefull = Tag->wastefull; |
