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 11:b32b3d6be8d2, committed 2012-03-15
- Comitter:
- higedura
- Date:
- Thu Mar 15 10:41:22 2012 +0000
- Parent:
- 10:3cfc137e23e8
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 3cfc137e23e8 -r b32b3d6be8d2 main.cpp --- a/main.cpp Wed Mar 14 20:39:55 2012 +0000 +++ b/main.cpp Thu Mar 15 10:41:22 2012 +0000 @@ -480,7 +480,8 @@ pc.printf("didn't set the power control to measurement\n\r"); return 0; } - + wait(.001); + return 0; }