abc

Dependents:   Microwave_MBED MicrowaveSimulation_LPC1768 RTOS_Alarm_Clock USB_Project_Host ... more

Revision:
6:e1461ccdf3c0
Parent:
4:19689187352e
Child:
7:2d73e219dadf
--- a/DebounceInterrupts.cpp	Tue Feb 18 06:19:42 2014 +0000
+++ b/DebounceInterrupts.cpp	Tue Feb 18 06:46:06 2014 +0000
@@ -29,6 +29,5 @@
 
 void DebounceInterrupts::_onInterrupt()
 {
-    timeout.detach();
     timeout.attach_us(fCallback,fDebounce_us);
 }
\ No newline at end of file