Skip to content

Commit

Permalink
msp430: don't enable Timer 0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Mar 26, 2014
1 parent 9343c8a commit c25b785
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpu/msp430-common/hwtimer_cpu.c
Expand Up @@ -82,7 +82,6 @@ void hwtimer_arch_init(void (*handler)(int), uint32_t fcpu)
(void) fcpu;
timerA_init();
int_handler = handler;
timer_enable_interrupt(0);
}

void hwtimer_arch_enable_interrupt(void)
Expand Down

0 comments on commit c25b785

Please sign in to comment.