X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Fsrc%2Ftimer.c;fp=carlfw%2Fsrc%2Ftimer.c;h=7cbd196dbb65ff716c9c0ae350ecd10b179b8d99;hp=354eaf97dfc7b07780519ef17e1660feacdfb241;hb=95e0b3d5f76e191546422c4dbb7afd2ad679ff8d;hpb=1dbab55a460484fd655c44c99fc192b9e3702485 diff --git a/carlfw/src/timer.c b/carlfw/src/timer.c index 354eaf9..7cbd196 100644 --- a/carlfw/src/timer.c +++ b/carlfw/src/timer.c @@ -78,10 +78,6 @@ static void timer0_isr(void) gpio_timer(); #endif /* CONFIG_CARL9170FW_GPIO_INTERRUPT */ -#ifdef CONFIG_CARL9170FW_USB_WATCHDOG - usb_watchdog_timer(); -#endif /* CONFIG_CARL9170FW_USB_WATCHDOG */ - #ifdef CONFIG_CARL9170FW_DEBUG_LED_HEARTBEAT set(AR9170_GPIO_REG_PORT_DATA, get(AR9170_GPIO_REG_PORT_DATA) ^ 1); #endif /* CONFIG_CARL9170FW_DEBUG_LED_HEARTBEAT */