test
Fork of nRF51822 by
Diff: source/btle/btle.cpp
- Revision:
- 524:502e53732c75
- Parent:
- 518:6470a39133f1
- Child:
- 525:d76f1c3f4599
diff -r 8b96b7935704 -r 502e53732c75 source/btle/btle.cpp --- a/source/btle/btle.cpp Wed Dec 02 12:58:42 2015 +0000 +++ b/source/btle/btle.cpp Wed Dec 02 13:14:17 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"