Nordic stack and drivers for the mbed BLE API Modified for HRM1017 for library 0.1.0

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
Rohit Grover
Date:
Wed Jul 23 12:01:30 2014 +0100
Parent:
50:d788c5ff95db
Child:
52:120bd37b9d0d
Commit message:
remove include of mbed.h from softdevice_handler.cpp

Changed in this revision

nordic/softdevice_handler.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/nordic/softdevice_handler.cpp	Wed Jul 23 12:00:34 2014 +0100
+++ b/nordic/softdevice_handler.cpp	Wed Jul 23 12:01:30 2014 +0100
@@ -17,7 +17,6 @@
 #include "app_util.h"
 #include "nrf_assert.h"
 #include "nrf_soc.h"
-#include "mbed.h"
 
 #if defined(ANT_STACK_SUPPORT_REQD) && defined(BLE_STACK_SUPPORT_REQD)
     #include "ant_interface.h"