From 7d010c499185b7a4ef80027e8d13e68fc088399e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 5 May 2015 00:37:13 +0200 Subject: [PATCH] chg: minor spelling change from MIFARE_ULEV1_VERS -> MIFARE_ULEV1_VERSION --- common/protocols.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/protocols.h b/common/protocols.h index c3591804..3fa12542 100644 --- a/common/protocols.h +++ b/common/protocols.h @@ -126,8 +126,9 @@ NXP/Philips CUSTOM COMMANDS //#define MIFARE_ULC_WRITE 0xA0 #define MIFARE_ULC_AUTH_1 0x1A #define MIFARE_ULC_AUTH_2 0xAF + #define MIFARE_ULEV1_AUTH 0x1B -#define MIFARE_ULEV1_VERS 0x60 +#define MIFARE_ULEV1_VERSION 0x60 #define MIFARE_ULEV1_FASTREAD 0x3A #define MIFARE_ULEV1_WRITE 0xA2 //#define MIFARE_ULEV1_COMP_WRITE 0xA0 -- 2.39.2