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.
Revision 1:ec156833bab2, committed 2016-11-18
- Comitter:
- dkato
- Date:
- Fri Nov 18 09:46:33 2016 +0000
- Parent:
- 0:19a3b76f6ca9
- Commit message:
- update
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Nov 18 08:50:00 2016 +0000
+++ b/main.cpp Fri Nov 18 09:46:33 2016 +0000
@@ -15,7 +15,9 @@
while (true) {
// Transition to Sleep Mode
- __WFI();
+ __SEV();
+ __WFE();
+ __WFE();
led1 = !led1;
printf("%d\n", test_cnt++);
}