diff options
author | daniel_tomas <daniel.tomas@nxp.com> | 2011-01-05 12:09:56 -0800 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2011-01-05 15:54:25 -0600 |
commit | 325757574e3fdca117f89c84d6db1766d8160b2a (patch) | |
tree | 98ba5d9dc57740ee20e21b3014cce0e6ea2303ae /inc | |
parent | c0bdf30e40dd60628bfafd5f93a3a911e3b91da9 (diff) | |
download | external_libnfc-nxp-325757574e3fdca117f89c84d6db1766d8160b2a.zip external_libnfc-nxp-325757574e3fdca117f89c84d6db1766d8160b2a.tar.gz external_libnfc-nxp-325757574e3fdca117f89c84d6db1766d8160b2a.tar.bz2 |
Libnfc updated to just notify the JNI when a transaction event is detected
Change-Id: Id2991644e9a45a66172377d66b5dc3e99bbd6a39
Diffstat (limited to 'inc')
-rw-r--r-- | inc/phNfcConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index e733557..5cf2fb1 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -141,7 +141,7 @@ /**< Default Session ID for Initialisation */ #ifndef DEFAULT_SESSION -#define DEFAULT_SESSION "android4" +#define DEFAULT_SESSION "android5" #endif |