From: roel@libnfc.org Date: Wed, 30 Dec 2009 00:18:35 +0000 (+0000) Subject: mifare usb update X-Git-Tag: v1.0.0~419 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/6c5ad038603d132d10802eecbef5c2f2547d94ae mifare usb update --- diff --git a/common/Makefile.common b/common/Makefile.common index 66bdddab..c2903a8f 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -33,7 +33,7 @@ PATHSEP=/ FLASH_TOOL=client/flasher DETECTED_OS=UNAME # You may/should set this in your environment -LIBGCC ?= $(shell $(CC) -print-file-name=interwork/libgcc.a) +LIBGCC ?= $(shell $(CC) -print-libgcc-file-name) else diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 40e4dc8c..9e2acf6e 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -80,6 +80,7 @@ typedef struct { #define CMD_SIMULATE_MIFARE_CARD 0x0386 #define CMD_SIMULATE_TAG_LEGIC_RF 0x0387 #define CMD_READER_LEGIC_RF 0x0388 +#define CMD_READER_MIFARE 0x0389 // For measurements of the antenna tuning #define CMD_MEASURE_ANTENNA_TUNING 0x0400