Skip to content

Commit 33f59b4

Browse files
committed
Fix for PDMC Timer stopped working issue
1 parent 2e96145 commit 33f59b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targets/TARGET_RDA/TARGET_UNO_91H/us_ticker.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ extern void rda_timer_irq_set(void);
4141
void us_ticker_init(void)
4242
{
4343
if (us_ticker_inited) {
44-
us_ticker_disable_interrupt();
4544
return;
4645
}
4746

0 commit comments

Comments
 (0)