From 6c5ad038603d132d10802eecbef5c2f2547d94ae Mon Sep 17 00:00:00 2001 From: "roel@libnfc.org" Date: Wed, 30 Dec 2009 00:18:35 +0000 Subject: [PATCH] mifare usb update --- common/Makefile.common | 2 +- include/usb_cmd.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2