Old version
Fork of nRF51822 by
Diff: nordic/nrf-sdk/ble/ble_flash.h
- Revision:
- 37:c29c330d942c
- Parent:
- 0:eff01767de02
diff -r bd0186ce644a -r c29c330d942c nordic/nrf-sdk/ble/ble_flash.h --- a/nordic/nrf-sdk/ble/ble_flash.h Thu Jul 03 10:01:02 2014 +0100 +++ b/nordic/nrf-sdk/ble/ble_flash.h Mon Jul 07 13:43:31 2014 +0100 @@ -33,7 +33,6 @@ #include <stdint.h> #include <stdbool.h> #include <nrf51.h> -#include "nordic_global.h" #define BLE_FLASH_PAGE_SIZE ((uint16_t)NRF_FICR->CODEPAGESIZE) /**< Size of one flash page. */ #define BLE_FLASH_MAGIC_NUMBER 0x45DE0000 /**< Magic value to identify if flash contains valid data. */