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:ddae311a4533, committed 2013-10-30
- Comitter:
- jeroen3
- Date:
- Wed Oct 30 21:59:32 2013 +0000
- Parent:
- 1:e7709c579a18
- Commit message:
- fix led blink after soft reset
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 28 18:27:20 2013 +0000 +++ b/main.cpp Wed Oct 30 21:59:32 2013 +0000 @@ -106,6 +106,7 @@ SMC_init(); CT16B1_deinit(0); led = 1; + Ticker_led.detach(); aux = 0; empty_report(&recv_report); break;