Documentation extended.

This commit is contained in:
Kai Lauterbach 2011-12-30 13:33:05 +01:00
parent ce9d79ae13
commit 779e522e33

View file

@ -54,7 +54,7 @@ void init()
sei(); // Enable interrupts global sei(); // Enable interrupts global
} }
/*! \brief TIMER1 interruptvector /*! \brief TIMER1 interruptvector, called in a frequency of 300Hz.
*/ */
ISR (TIMER1_COMPA_vect) ISR (TIMER1_COMPA_vect)
{ {