Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_LEDBlinker by
Diff: main.cpp
- Revision:
- 9:dc392bde2b3c
- Parent:
- 8:b433a261072f
- Child:
- 10:507318f2afda
diff -r b433a261072f -r dc392bde2b3c main.cpp --- 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;
