summaryrefslogtreecommitdiffstats
path: root/src/phHal4Nfc_ADD.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/phHal4Nfc_ADD.c')
-rw-r--r--src/phHal4Nfc_ADD.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phHal4Nfc_ADD.c b/src/phHal4Nfc_ADD.c
index 9fef2db..0be1670 100644
--- a/src/phHal4Nfc_ADD.c
+++ b/src/phHal4Nfc_ADD.c
@@ -126,7 +126,7 @@ NFCSTATUS phHal4Nfc_ConfigParameters(
in general bytes*/
if(puConfig->nfcIPConfig.generalBytesLength == 0)
{
- Hal4Ctxt->uConfig.nfcIPConfig.generalBytesLength = 0x30;
+ Hal4Ctxt->uConfig.nfcIPConfig.generalBytesLength = 0x00;
(void)memset(Hal4Ctxt->uConfig.nfcIPConfig.generalBytes,
0,Hal4Ctxt->uConfig.nfcIPConfig.generalBytesLength
);