Documentation fixed.

This commit is contained in:
Kai Lauterbach 2011-12-25 12:51:59 +01:00
parent e2a1293fec
commit 7a375c9b26

View file

@ -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)
{