fix timer Interrupt callback function bug

pull/7631/head
justinkim 2018-07-16 14:44:15 +09:00 committed by Cruz Monrreal II
parent a1e2910192
commit ead552f22c
1 changed files with 2 additions and 5 deletions

View File

@ -50,13 +50,10 @@ extern "C"{
#endif
void DUALTIMER0_Handler(void)
{
if(DUALTIMER_GetIntStatus(DUALTIMER0_0))
{
DUALTIMER_IntClear(DUALTIMER0_0);
us_ticker_irq_handler();
}
}
#ifdef __cplusplus
}