Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 831 → Rev 832

/branches/V0.68d Code Redesign killagreg/timer2.c
59,7 → 59,7
/*****************************************************/
/* Control Servo Position */
/*****************************************************/
ISR(TIMER2_COMPA_vect) // every OCR2A * 12.8s (compare match)
ISR(TIMER2_COMPA_vect) // every OCR2A * 12.8 us (compare match)
{
static uint8_t timer = 10;