Jack Shao / IAP

Fork of IAP by Tedd OKANO

Files at this revision

API Documentation at this revision

Comitter:
KillingJacky
Date:
Thu Nov 05 04:03:28 2015 +0000
Parent:
7:c8bf974ecb33
Commit message:
add EEP in to store the charge configure

Changed in this revision

IAP.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/IAP.cpp	Tue Mar 10 04:19:23 2015 +0000
+++ b/IAP.cpp	Thu Nov 05 04:03:28 2015 +0000
@@ -33,7 +33,7 @@
 #define     USER_FLASH_AREA_START_STR( x )      STR( x )
 #define     STR( x )                            #x
 
-unsigned char user_area[ USER_FLASH_AREA_SIZE ] __attribute__((section( ".ARM.__at_" USER_FLASH_AREA_START_STR( USER_FLASH_AREA_START ) ), zero_init));
+unsigned char user_area[ USER_FLASH_AREA_SIZE ] __attribute__((section( USER_FLASH_AREA_START_STR( USER_FLASH_AREA_START ) )));
 
 /*
  *  Reserve of flash area is explained by Igor. Please refer next URL