From 7a375c9b264748471bbc253da190a279e457a2d6 Mon Sep 17 00:00:00 2001 From: Kai Lauterbach Date: Sun, 25 Dec 2011 12:51:59 +0100 Subject: [PATCH] Documentation fixed. --- firmware/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/main.c b/firmware/main.c index 42f4231..e8c7a9a 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -26,7 +26,7 @@ main() } } -// Initialisierung +// Initialize the AVR. void init() { // Init ports @@ -52,7 +52,7 @@ void init() sei(); // Enable interrupts global } -// TIMER1 Interruptvector +// TIMER1 interruptvector ISR (TIMER1_COMPA_vect) {