Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 711 → Rev 712

/branches/V0.68d Code Redesign killagreg/rc.c
22,7 → 22,7
/***************************************************************/
/* 16bit timer 1 is used to decode the PPM-Signal */
/***************************************************************/
void rc_sum_init (void)
void RC_Init (void)
{
uint8_t sreg = SREG;