Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of IAP by
Revision 8:50984d2eaabc, committed 2015-11-05
- 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