led example with 2 timers

Dependencies:   mbed mbed-rtos

Revision:
4:af325c921e79
Parent:
3:204e23521e39
Child:
5:726d7857fd33
--- a/main.h	Tue Feb 11 06:37:34 2014 +0000
+++ b/main.h	Tue Feb 11 20:38:43 2014 +0000
@@ -29,7 +29,7 @@
 void Receiver_thread(void const *args);
 
 extern "C" void TIMER0_IRQHandler (void);
-extern "C" void TIMER1_IRQHandler (void);
+extern "C" void TIMER2_IRQHandler (void);
 
 
 #endif // MAIN_H
\ No newline at end of file