From 75b0473b9eedf7673ed4502978205f4fa5563357 Mon Sep 17 00:00:00 2001 From: Daniel Tomas Date: Wed, 17 Nov 2010 10:04:19 +0100 Subject: Secure Element access implementation Change-Id: I5a34e5318d60d04cbb4f43bcba7a146c2ef9eed5 --- inc/phNfcConfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index 2bf6cd1..83164b8 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "android1" +#define DEFAULT_SESSION "android2" #endif @@ -309,7 +309,7 @@ * Initialisation */ #if !defined(NXP_SMX) -#define NXP_SMX 0 +#define NXP_SMX 1 #endif #if (NXP_SMX == 1) -- cgit v1.1