fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
136:19b9e6abb86f
Parent:
132:2c7bec5cf6fe
--- a/IAP.h	Thu Apr 14 16:48:48 2016 +0000
+++ b/IAP.h	Fri Apr 15 14:20:15 2016 +0000
@@ -44,7 +44,7 @@
 /* Define the flash page size, this is the minimum amount of data can be written in one operation */
 #define IAP_FLASH_PAGE_SIZE_BYTES                           256
 #define IAP_FLASH_PAGE_SIZE_WORDS                           (IAP_FLASH_PAGE_SIZE_BYTES >> 2)
-
+extern uint32_t u32Status;
 void vIAP_ReinvokeISP(void);
 uint32_t u32IAP_ReadPartID(uint32_t *pu32PartID);
 uint32_t u32IAP_ReadBootVersion(uint32_t *pu32Major, uint32_t *pu32Minor);