summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/phNfcConfig.h4
-rw-r--r--inc/phNfcTypes.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h
index 0083f1e..376c75c 100644
--- a/inc/phNfcConfig.h
+++ b/inc/phNfcConfig.h
@@ -367,7 +367,7 @@
/* #define HOST_EMULATION */
/**< Macro to Enable the Download Mode Feature */
-//#define FW_DOWNLOAD
+#define FW_DOWNLOAD
/**< Macro to Enable the Firmware Download Timer */
#define FW_DOWNLOAD_TIMER
@@ -376,7 +376,7 @@
/* #define FW_DOWNLOAD_VERIFY */
#ifndef FW_DOWNLOAD_VERIFY
-#define NXP_FW_INTEGRITY_CHK
+#define NXP_FW_INTEGRITY_CHK 1
#endif
#define UICC_CONNECTIVITY_PATCH
diff --git a/inc/phNfcTypes.h b/inc/phNfcTypes.h
index 3536721..03ce30d 100644
--- a/inc/phNfcTypes.h
+++ b/inc/phNfcTypes.h
@@ -364,6 +364,7 @@ typedef struct phNfc_sDeviceCapabilities_t
phNfc_sSupProtocol_t EmulationSupProtocol; /**< Supported protocols
(Bitmapped) in Emulation
mode. */
+ char firmware_update_info; /** */
} phNfc_sDeviceCapabilities_t;