Subversion Repositories FlightCtrl

Rev

Rev 1111 | Rev 1155 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1111 Rev 1153
Line 245... Line 245...
245
     PORTD &= ~0x80;
245
     PORTD &= ~0x80;
246
     TCCR2A=(1<<COM2A1)|(1<<COM2A0)|3;
246
     TCCR2A=(1<<COM2A1)|(1<<COM2A0)|3;
247
     ServoState  = (int) EE_Parameter.ServoNickRefresh * MULTIPLIER;
247
     ServoState  = (int) EE_Parameter.ServoNickRefresh * MULTIPLIER;
248
     TCCR2A =3;
248
     TCCR2A =3;
249
    }
249
    }
250
   ServoState--;
-
 
251
 }
250
 }
-
 
251
 ServoState--;
252
}
252
}