smart ball test board code

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
518:23d16e238129
Parent:
511:7dded1f7473c
Child:
519:6470a39133f1
--- a/source/btle/btle.cpp	Wed Dec 02 12:35:27 2015 +0000
+++ b/source/btle/btle.cpp	Wed Dec 02 12:58:41 2015 +0000
@@ -19,6 +19,7 @@
 
 #include "btle.h"
 
+#include "ble_stack_handler_types.h"
 #include "ble_flash.h"
 #include "ble_conn_params.h"
 
@@ -26,17 +27,15 @@
 #include "btle_advertising.h"
 #include "custom/custom_helper.h"
 
+#include "softdevice_handler.h"
+#include "pstorage.h"
+
 #include "ble/GapEvents.h"
 #include "nRF5xGap.h"
 #include "nRF5xGattServer.h"
 #include "nRF5xSecurityManager.h"
 
-extern "C" {
-#include "pstorage.h"
 #include "device_manager.h"
-#include "softdevice_handler.h"
-#include "ble_stack_handler_types.h"
-}
 
 #include "ble_hci.h"
 #include "btle_discovery.h"