This commit is contained in:
iceman1001 2020-03-09 16:54:42 +01:00
parent c73517b64d
commit 8a3f2d03ac
2 changed files with 3 additions and 3 deletions

View file

@ -312,7 +312,7 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
#define PROTO_HITAG1 10
#define THINFILM 11
#define LTO 12
#define PROTO_HITAG2 13
#define PROTO_HITAG2 13
#define PROTO_HITAGS 14
//-- Picopass fuses
@ -599,7 +599,7 @@ ISO 7816-4 Basic interindustry commands. For command APDU's.
#define HITAG2_READ_PAGE 0x3 // page number in bits 5 to 3, page number inverted in bit 0 and following 2 bits
#define HITAG2_READ_PAGE_INVERTED 0x1 // page number in bits 5 to 3, page number inverted in bit 0 and following 2 bits
#define HITAG2_WRITE_PAGE 0x2 // page number in bits 5 to 3, page number
#define HITAG2_WRITE_PAGE 0x2 // page number in bits 5 to 3, page number
// HITAG S commands

View file

@ -22,4 +22,4 @@ $(OBJDIR)/libz.a:
tarbin: $(BINS)
$(info [=] TAR ../proxmark3-$(platform)-bin.tar)
$(Q)$(TAR) $(TARFLAGS) ../../proxmark3-$(platform)-bin.tar $(BINS:%=fpga_compress/%) $(WINBINS:%=fpga_compress/%)
$(Q)$(TAR) $(TARFLAGS) ../../proxmark3-$(platform)-bin.tar $(BINS:%=fpga_compress/%) $(WINBINS:%=fpga_compress/%)