summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-06-24 09:11:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-24 09:11:36 +0000
commit1d38b130f3c88f16ee6ca12c58c31b1066bb0f58 (patch)
tree8e708b6386b3fa8b5bb85b735477559b9979add7
parentc0e3e1e612e0ec448c28e3e4fd0e8e26b91e2876 (diff)
parent5b5f7b71d2d87ad7b4ec55138951b3ffbb5306bf (diff)
downloadlibnfc-nci-1d38b130f3c88f16ee6ca12c58c31b1066bb0f58.tar.gz
-rw-r--r--halimpl/pn54x/hal/phNxpNciHal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/halimpl/pn54x/hal/phNxpNciHal.c b/halimpl/pn54x/hal/phNxpNciHal.c
index f3bc10a..f66a806 100644
--- a/halimpl/pn54x/hal/phNxpNciHal.c
+++ b/halimpl/pn54x/hal/phNxpNciHal.c
@@ -73,11 +73,11 @@ extern bool_t rf_deactive_cmd;
uint32_t timeoutTimerId = 0;
phNxpNciHal_Sem_t config_data;
-phNxpNciClock_t phNxpNciClock={0,};
+phNxpNciClock_t phNxpNciClock={0, {0}, FALSE};
-phNxpNciRfSetting_t phNxpNciRfSet={0,};
+phNxpNciRfSetting_t phNxpNciRfSet={FALSE, {0} };
-phNxpNciMwEepromArea_t phNxpNciMwEepromArea = {0,};
+phNxpNciMwEepromArea_t phNxpNciMwEepromArea = {FALSE, {0} };
/**************** local methods used in this file only ************************/
static NFCSTATUS phNxpNciHal_fw_download(void);