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.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_LEDBlinker by
Revision 9:dc392bde2b3c, committed 2015-07-02
- 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;
