msn

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_LEDBlinker by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Thu Jul 02 08:52:47 2015 +0000
Parent:
8:b433a261072f
Commit message:
drop an un-necessary include from main.cpp in LEDBlinker

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jul 02 08:51:39 2015 +0000
+++ b/main.cpp	Thu Jul 02 08:52:47 2015 +0000
@@ -18,7 +18,6 @@
 #include "ble/BLE.h"
 #include "ble/DiscoveredCharacteristic.h"
 #include "ble/DiscoveredService.h"
-#include "ble/services/UARTService.h"
 
 BLE ble;