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 2:69c9b0ff420c, committed 2014-03-11
- Comitter:
- TimeString
- Date:
- Tue Mar 11 00:42:08 2014 +0000
- Parent:
- 1:fe05f0673d8b
- Commit message:
Changed in this revision
| mbed_digital_pin_interruption_receiver.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_digital_pin_interruption_receiver.cpp Tue Mar 11 00:39:53 2014 +0000
+++ b/mbed_digital_pin_interruption_receiver.cpp Tue Mar 11 00:42:08 2014 +0000
@@ -16,7 +16,7 @@
while (true) {
if (gpo == 1)
- led1 = 1;
+ led1 = 1;
else
led1 = 0;
}