Documentation fixed.
This commit is contained in:
parent
e2a1293fec
commit
7a375c9b26
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue