Jeroen Lodder / Mbed 2 deprecated SteppermotorBoard

Dependencies:   USBDevice mbed

Files at this revision

API Documentation at this revision

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;