From 2a8d3d38bd80fe011f8e6921742574b2ff71fa72 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Mon, 2 Nov 2020 20:13:27 +0200 Subject: warning removed! --- Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Common/Utilities') diff --git a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c index 7bc1c2e54..6d15afc6a 100644 --- a/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c +++ b/Software/Embedded_SW/Embedded/Common/Utilities/RFIDTagHandling.c @@ -191,7 +191,7 @@ CartridgeTagContent * NFCTag_Tag2PPC(NFCTag_t *Tag) PpcTag->has_fillsysid = true; PpcTag->fillsysid = Tag->fillingSystem; PpcTag->has_inkcategory = true; - PpcTag->inkcategory = Tag->catagory; + PpcTag->inkcategory = Tag->catagory[0]<<8+Tag->catagory[1]; PpcTag->has_type_rev = true; PpcTag->type_rev = Tag->type; PpcTag->has_cartridgesize = true; -- cgit v1.3.1