Subversion Repositories FlightCtrl

Rev

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

Rev 1419 Rev 1424
Line 58... Line 58...
58
  }
58
  }
Line 59... Line 59...
59
 
59
 
60
  DDRD &= ~(1 << DDD2);      // RX as input
60
  DDRD &= ~(1 << DDD2);      // RX as input
Line 61... Line 61...
61
  PORTD &= ~(1 << PORTD2);
61
  PORTD &= ~(1 << PORTD2);
62
 
62
 
Line 63... Line 63...
63
  Uart1Init();    // init Uart again
63
  SpektrumUartInit();    // init Uart again
64
}
64
}
65
 
65
 
66
//############################################################################
66
//############################################################################
67
// USART1 initialisation from killagreg
67
// USART1 initialisation from killagreg
68
void Uart1Init(void)
68
void SpektrumUartInit(void)
69
//############################################################################
69
//############################################################################
70
    {
70
    {