Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
517:23d16e238129
Parent:
510:7dded1f7473c
Child:
518:6470a39133f1
--- a/source/btle/btle_security.cpp	Wed Dec 02 12:35:27 2015 +0000
+++ b/source/btle/btle_security.cpp	Wed Dec 02 12:58:41 2015 +0000
@@ -15,15 +15,12 @@
  */
 
 #include "btle.h"
+#include "pstorage.h"
 
 #include "nRF5xGap.h"
 #include "nRF5xSecurityManager.h"
 
-extern "C" {
-#include "pstorage.h"
 #include "device_manager.h"
-}
-
 #include "btle_security.h"
 
 static dm_application_instance_t applicationInstance;