Nordic stack and drivers for the mbed BLE API

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri May 08 15:33:55 2015 +0100
Parent:
128:b7fc7925b5da
Child:
130:ec760bb91020
Commit message:
Synchronized with git rev 28973060
Author: Rohit Grover
custom_helper.h: move some includes outside extern "C" {

Changed in this revision

btle/custom/custom_helper.h Show annotated file Show diff for this revision Revisions of this file
--- a/btle/custom/custom_helper.h	Fri May 08 15:33:55 2015 +0100
+++ b/btle/custom/custom_helper.h	Fri May 08 15:33:55 2015 +0100
@@ -17,14 +17,14 @@
 #ifndef _CUSTOM_HELPER_H_
 #define _CUSTOM_HELPER_H_
 
+#include "common/common.h"
+#include "ble.h"
+#include "UUID.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-#include "common/common.h"
-#include "ble.h"
-#include "UUID.h"
-
 uint8_t custom_add_uuid_base(uint8_t const *const p_uuid_base);
 error_t custom_decode_uuid(uint8_t const *const p_uuid_base,
                            ble_uuid_t          *p_uuid);