summaryrefslogtreecommitdiff
path: root/inc/phNfcTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/phNfcTypes.h')
-rw-r--r--inc/phNfcTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/phNfcTypes.h b/inc/phNfcTypes.h
index 914ae07..79d12aa 100644
--- a/inc/phNfcTypes.h
+++ b/inc/phNfcTypes.h
@@ -232,7 +232,7 @@ typedef struct phLibNfc_sConfig_t
/** Device node of the controller */
const char* deviceNode;
/** The client ID (thread ID or message queue ID) */
- unsigned int nClientId;
+ intptr_t nClientId;
} phLibNfc_sConfig_t, *pphLibNfc_sConfig_t;