diff options
Diffstat (limited to 'src/phHciNfc.c')
-rw-r--r-- | src/phHciNfc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phHciNfc.c b/src/phHciNfc.c index 9400820..d6990c1 100644 --- a/src/phHciNfc.c +++ b/src/phHciNfc.c @@ -95,7 +95,7 @@ phHciNfc_Config_Emulation ( ) { phHciNfc_sContext_t *psHciContext = NULL; - phNfcIF_sReference_t hciReference = { NULL }; + phNfcIF_sReference_t hciReference = { NULL, 0, 0 }; phNfcIF_sCallBack_t if_callback = { NULL, NULL, NULL, NULL }; phNfc_sLowerIF_t *plower_if = NULL; NFCSTATUS status = NFCSTATUS_SUCCESS; |