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:
Wed Apr 15 09:17:47 2015 +0100
Parent:
109:425faebc8201
Child:
111:be2a122ed2f7
Commit message:
Synchronized with git rev 52ce7417
Author: Rohit Grover
add missing #define BLE_STACK_SUPPORT_REQD

Changed in this revision

nordic-sdk/components/softdevice/common/softdevice_handler/ble_stack_handler_types.h Show annotated file Show diff for this revision Revisions of this file
--- a/nordic-sdk/components/softdevice/common/softdevice_handler/ble_stack_handler_types.h	Wed Apr 15 08:59:24 2015 +0100
+++ b/nordic-sdk/components/softdevice/common/softdevice_handler/ble_stack_handler_types.h	Wed Apr 15 09:17:47 2015 +0100
@@ -22,6 +22,8 @@
 #ifndef BLE_STACK_HANDLER_TYPES_H__
 #define BLE_STACK_HANDLER_TYPES_H__
 
+#define BLE_STACK_SUPPORT_REQD
+
 #ifdef BLE_STACK_SUPPORT_REQD
 
 #include <stdlib.h>