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_Native_IRC BLE_API mbed
Revision 2:dd85fdc18224, committed 2014-08-20
- Comitter:
- jksoft
- Date:
- Wed Aug 20 13:30:11 2014 +0000
- Parent:
- 1:48f6e08a3ac2
- Commit message:
- ???
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Aug 20 13:24:20 2014 +0000
+++ b/main.cpp Wed Aug 20 13:30:11 2014 +0000
@@ -70,7 +70,7 @@
pc.printf("Start\n\r");
#endif
- ble.init();
+ ble.init();
ble.onConnection(onConnected);
ble.onDisconnection(onDisconnected);
ble.onDataWritten(onDataWritten);