summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc.c
diff options
context:
space:
mode:
authordoug yeager <doug@simplytapp.com>2012-08-23 10:27:28 -0500
committerdoug yeager <doug@simplytapp.com>2012-08-28 10:03:02 -0500
commit55f43da8fa1a5ac7e9e88f81381a80345fa3ac50 (patch)
tree1d98c808147e9c5c1cbb84077049c0d634d53636 /src/phHciNfc.c
parent42fef9f8aa6d0878cb3f2c050c637afa7f8d8abd (diff)
downloadexternal_libnfc-nxp-55f43da8fa1a5ac7e9e88f81381a80345fa3ac50.zip
external_libnfc-nxp-55f43da8fa1a5ac7e9e88f81381a80345fa3ac50.tar.gz
external_libnfc-nxp-55f43da8fa1a5ac7e9e88f81381a80345fa3ac50.tar.bz2
card emulation patch port to JB
Change-Id: I86657f9c547840de33c35df4912b5f282d4fe459
Diffstat (limited to 'src/phHciNfc.c')
-rwxr-xr-x[-rw-r--r--]src/phHciNfc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phHciNfc.c b/src/phHciNfc.c
index d6990c1..bad0ad5 100644..100755
--- a/src/phHciNfc.c
+++ b/src/phHciNfc.c
@@ -703,11 +703,11 @@ phHciNfc_Config_Emulation (
case NFC_HOST_CE_B_EMULATION:
#if defined(HOST_EMULATION)
{
- if(TRUE == pEmulationCfg->config.
+ /*if(TRUE == pEmulationCfg->config.
hostEmuCfg_A.enableEmulation)
{
psHciContext->hci_seq = ADMIN_CE_SEQ;
- }
+ }*/
status = phHciNfc_EmulationCfg_Sequence(
psHciContext, pHwRef);
break;