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 4:188e09ae3df9, committed 2018-11-13
- Comitter:
- vicara
- Date:
- Tue Nov 13 13:56:53 2018 +0000
- Parent:
- 3:22314e85092e
- Commit message:
- Removed log
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 22314e85092e -r 188e09ae3df9 main.cpp --- a/main.cpp Tue Nov 13 13:52:53 2018 +0000 +++ b/main.cpp Tue Nov 13 13:56:53 2018 +0000 @@ -28,7 +28,6 @@ led3 = 0; } - printf("%u - %u - %u \n", counter & (1 << (0)), counter & (1 << (1)), counter & (1 << (2))); counter++; }