mifare usb update

This commit is contained in:
roel@libnfc.org 2009-12-30 00:18:35 +00:00
parent 93f5759045
commit 6c5ad03860
2 changed files with 2 additions and 1 deletions

View file

@ -33,7 +33,7 @@ PATHSEP=/
FLASH_TOOL=client/flasher FLASH_TOOL=client/flasher
DETECTED_OS=UNAME DETECTED_OS=UNAME
# You may/should set this in your environment # 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

View file

@ -80,6 +80,7 @@ typedef struct {
#define CMD_SIMULATE_MIFARE_CARD 0x0386 #define CMD_SIMULATE_MIFARE_CARD 0x0386
#define CMD_SIMULATE_TAG_LEGIC_RF 0x0387 #define CMD_SIMULATE_TAG_LEGIC_RF 0x0387
#define CMD_READER_LEGIC_RF 0x0388 #define CMD_READER_LEGIC_RF 0x0388
#define CMD_READER_MIFARE 0x0389
// For measurements of the antenna tuning // For measurements of the antenna tuning
#define CMD_MEASURE_ANTENNA_TUNING 0x0400 #define CMD_MEASURE_ANTENNA_TUNING 0x0400