From 4ae25c865b9e9b3ad03aec6e588f1bbcdbb0f620 Mon Sep 17 00:00:00 2001 From: Thomas Otto Date: Tue, 13 Apr 2010 22:42:26 +0200 Subject: Corrected comment only. --- examples/other/timer_interrupt/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/other') diff --git a/examples/other/timer_interrupt/timer.c b/examples/other/timer_interrupt/timer.c index e1db7e3..f88de86 100644 --- a/examples/other/timer_interrupt/timer.c +++ b/examples/other/timer_interrupt/timer.c @@ -79,7 +79,7 @@ void gpio_setup(void) void nvic_setup() { - /* without this the timer intterrupt routing will newer be called */ + /* without this the timer interrupt routine will never be called */ nvic_enable_irq(NVIC_TIM2_IRQ); nvic_set_priority(NVIC_TIM2_IRQ, 1); } -- cgit v1.2.3