library for BLE_GAP_backpack

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
496:08bd8a46630b
Parent:
493:46fbcb7eab5b
Child:
497:4b09b9115685
--- a/source/btle/btle_security.cpp	Wed Dec 02 10:31:33 2015 +0000
+++ b/source/btle/btle_security.cpp	Wed Dec 02 10:32:51 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;