]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
mifare usb update
authorroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Wed, 30 Dec 2009 00:18:35 +0000 (00:18 +0000)
committerroel@libnfc.org <roel@libnfc.org@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Wed, 30 Dec 2009 00:18:35 +0000 (00:18 +0000)
common/Makefile.common
include/usb_cmd.h

index 66bdddab9a000c5b0ff097d5bc30e0c21325dd7f..c2903a8f1feebba91646826dbc5800d2672ff3d5 100644 (file)
@@ -33,7 +33,7 @@ PATHSEP=/
 FLASH_TOOL=client/flasher
 DETECTED_OS=UNAME
 # You may/should set this in your environment
 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
 
 
 else
 
index 40e4dc8c44632b6bde754ccfca83ef79258e3483..9e2acf6ecea66b8825884ad6274c70003eae3c02 100644 (file)
@@ -80,6 +80,7 @@ typedef struct {
 #define CMD_SIMULATE_MIFARE_CARD                       0x0386\r
 #define CMD_SIMULATE_TAG_LEGIC_RF                      0x0387\r
 #define CMD_READER_LEGIC_RF                            0x0388\r
 #define CMD_SIMULATE_MIFARE_CARD                       0x0386\r
 #define CMD_SIMULATE_TAG_LEGIC_RF                      0x0387\r
 #define CMD_READER_LEGIC_RF                            0x0388\r
+#define CMD_READER_MIFARE                              0x0389\r
 \r
 // For measurements of the antenna tuning\r
 #define CMD_MEASURE_ANTENNA_TUNING                     0x0400\r
 \r
 // For measurements of the antenna tuning\r
 #define CMD_MEASURE_ANTENNA_TUNING                     0x0400\r
Impressum, Datenschutz