Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2106 → Rev 2107

/branches/dongfang_FC_fixedwing/rc.c
89,7 → 89,7
the syncronization gap.
*/
ISR(TIMER1_CAPT_vect) { // typical rate of 1 ms to 2 ms
int16_t signal = 0, tmp;
int16_t signal, tmp;
static int16_t index;
static uint16_t oldICR1 = 0;