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_iBeacon by
Revision 72:eb4de3de66b8, committed 2015-07-22
- Comitter:
- rgrover1
- Date:
- Wed Jul 22 07:45:18 2015 +0000
- Parent:
- 71:12660a3eb07d
- Child:
- 73:abad114618b5
- Commit message:
- minor cosmetic change.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jul 21 12:28:34 2015 +0000
+++ b/main.cpp Wed Jul 22 07:45:18 2015 +0000
@@ -41,7 +41,7 @@
ble.gap().setAdvertisingInterval(1000); /* 1000ms. */
ble.gap().startAdvertising();
- while(1) {
+ while (true) {
ble.waitForEvent(); // allows or low power operation
}
}
