summaryrefslogtreecommitdiffstats
path: root/halimpl
diff options
context:
space:
mode:
Diffstat (limited to 'halimpl')
-rw-r--r--halimpl/utils/NxpNfcCapability.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/utils/NxpNfcCapability.cpp b/halimpl/utils/NxpNfcCapability.cpp
index de375db..720ed08 100644
--- a/halimpl/utils/NxpNfcCapability.cpp
+++ b/halimpl/utils/NxpNfcCapability.cpp
@@ -41,7 +41,7 @@ tNFC_chipType capability::getChipType(uint8_t* msg, uint16_t msg_len) {
/*CORE_RST_NTF*/
offsetHwVersion = offsetRstHwVersion;
offsetFwVersion = offsetRstFwVersion;
- } else if (msg[0] == 0x21 && msg[1] == 0x01) {
+ } else if (msg[0] == 0x40 && msg[1] == 0x01) {
/*CORE_INIT_RSP*/
offsetHwVersion = offsetInitHwVersion;
offsetFwVersion = offsetInitFwVersion;