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.
Diff: main.cpp
- Revision:
- 1:3ee1c217f3cb
- Parent:
- 0:aea2e03f5625
- Child:
- 3:4f5870c9c712
--- a/main.cpp Thu Jan 19 14:24:27 2017 -0600
+++ b/main.cpp Tue May 23 10:20:54 2017 -0500
@@ -7,7 +7,6 @@
Thread t;
void rise_handler(void) {
- printf("rise_handler in context %p\r\n", Thread::gettid());
// Toggle LED
led1 = !led1;
}