No update

Fork of nrf51-sdk by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
silviaChen
Date:
Wed Sep 07 09:31:31 2016 +0000
Parent:
45:4a80ff6428ab
Commit message:
CLI V1.13 - Add BLE Central mode command

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
diff -r 4a80ff6428ab -r b332da208804 source/nordic_sdk/components/libraries/fstorage/fstorage_config.h
--- 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	Wed Sep 07 09:31:31 2016 +0000
@@ -82,9 +82,9 @@
  */
 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);
+    //uint32_t const bootloader_addr = NRF_UICR->NRFFW[0];
+//    return  ((bootloader_addr != FS_EMPTY_MASK) ?
+//             bootloader_addr : NRF_FICR->CODESIZE * FS_PAGE_SIZE);
 }