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 nrf51-sdk by
Revision 46:7f3d63792fc3, committed 2016-08-12
- Comitter:
- sclassen
- Date:
- Fri Aug 12 23:43:43 2016 +0000
- Parent:
- 45:4a80ff6428ab
- Commit message:
- - bug 272: increase sensitivity of tap for exiting low power mode; - updated BLE_API, nRF51822, and mbed libraries
Changed in this revision
source/nordic_sdk/components/libraries/fstorage/fstorage_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/nordic_sdk/components/libraries/fstorage/fstorage_config.h Mon Apr 11 16:13:57 2016 +0000 +++ b/source/nordic_sdk/components/libraries/fstorage/fstorage_config.h Fri Aug 12 23:43:43 2016 +0000 @@ -82,9 +82,10 @@ */ static __INLINE uint32_t fs_flash_page_end_addr() { - uint32_t const bootloader_addr = NRF_UICR->NRFFW[0]; - return ((bootloader_addr != FS_EMPTY_MASK) ? - bootloader_addr : NRF_FICR->CODESIZE * FS_PAGE_SIZE); + // suzanne: https://developer.mbed.org/questions/70458/Struct-unnamed-has-no-field-NRFFW/ +// uint32_t const bootloader_addr = NRF_UICR->NRFFW[0]; +// return ((bootloader_addr != FS_EMPTY_MASK) ? +// bootloader_addr : NRF_FICR->CODESIZE * FS_PAGE_SIZE); }