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
Revision 3:0fc7c2d73a24, committed 2014-09-29
- Comitter:
- Bobty
- Date:
- Mon Sep 29 14:39:15 2014 +0000
- Parent:
- 2:7de236382497
- Child:
- 4:da9077b096ec
- Commit message:
- Still crashes even though update no longer called
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 29 12:48:15 2014 +0000
+++ b/main.cpp Mon Sep 29 14:39:15 2014 +0000
@@ -112,7 +112,7 @@
}
indicatorLed2 = !indicatorLed2;
- hrService.updateHeartRate(hrmCounter);
+ //hrService.updateHeartRate(hrmCounter);
} else {
ble.waitForEvent();
}