diff options
author | Daniel Tomas <daniel.tomas@trusted-logic.com> | 2010-11-17 10:04:19 +0100 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2010-12-05 18:33:05 -0800 |
commit | 75b0473b9eedf7673ed4502978205f4fa5563357 (patch) | |
tree | 2f79a01aede0396309e6ed9238daebcf83e12832 /inc | |
parent | d1e3b1245b00df78329b90f396d2a7fa92e6644e (diff) | |
download | external_libnfc-nxp-75b0473b9eedf7673ed4502978205f4fa5563357.zip external_libnfc-nxp-75b0473b9eedf7673ed4502978205f4fa5563357.tar.gz external_libnfc-nxp-75b0473b9eedf7673ed4502978205f4fa5563357.tar.bz2 |
Secure Element access implementation
Change-Id: I5a34e5318d60d04cbb4f43bcba7a146c2ef9eed5
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phNfcConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |