summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_LlcpUtils.h
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-11-01 15:01:42 -0500
committerJeff Hamilton <jham@android.com>2010-11-02 09:41:02 -0500
commite1c9fcfb918da43ab24f95c9341da3b6bf3b1250 (patch)
tree519e769073e83664c870ce667ddda5bfb6a3e81c /src/phFriNfc_LlcpUtils.h
parent60e93acea2364ec4109a7cf9bac6e0e45b9912e5 (diff)
downloadexternal_libnfc-nxp-e1c9fcfb918da43ab24f95c9341da3b6bf3b1250.zip
external_libnfc-nxp-e1c9fcfb918da43ab24f95c9341da3b6bf3b1250.tar.gz
external_libnfc-nxp-e1c9fcfb918da43ab24f95c9341da3b6bf3b1250.tar.bz2
Fix the parameters to phFriNfc_Llcp_EncodeMIUX.
Change-Id: Ia0426198d0edd325edcc2bb5a3c6d7d623e28a9f
Diffstat (limited to 'src/phFriNfc_LlcpUtils.h')
-rw-r--r--src/phFriNfc_LlcpUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/phFriNfc_LlcpUtils.h b/src/phFriNfc_LlcpUtils.h
index 7d789e5..a1004a1 100644
--- a/src/phFriNfc_LlcpUtils.h
+++ b/src/phFriNfc_LlcpUtils.h
@@ -70,8 +70,8 @@ NFCSTATUS phFriNfc_Llcp_EncodeTLV( phNfc_sData_t *psValueBuffer,
uint8_t length,
uint8_t *pValue);
-void phFriNfc_Llcp_EncodeMIUX(uint16_t* pMiux,
- uint16_t* pMiuxEncoded);
+void phFriNfc_Llcp_EncodeMIUX(uint16_t pMiux,
+ uint8_t* pMiuxEncoded);
void phFriNfc_Llcp_EncodeRW(uint8_t *pRw);