From 3f6109af52d642a7866cd5e92dcda58ec87f66dc Mon Sep 17 00:00:00 2001 From: Emanuele Bertoldi Date: Wed, 16 Jun 2010 11:23:13 +0000 Subject: [PATCH] Cleanup. --- examples/nfc-sam.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/nfc-sam.c b/examples/nfc-sam.c index af35c04..7ce442b 100644 --- a/examples/nfc-sam.c +++ b/examples/nfc-sam.c @@ -41,9 +41,6 @@ #define WIRED_CARD_MODE 3 #define DUAL_CARD_MODE 4 -#define TCL 1 -#define MIFARE 2 - bool sam_connection(nfc_device_t* pnd, int mode) { byte_t pncmd_sam_config[] = { 0xD4,0x14,0x00,0x00 };