Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1234 → Rev 1235

/branches/V0.74d Code Redesign killagreg/rc.c
194,7 → 194,7
index++; // next channel
// demux sum signal for channels 5 to 7 to J3, J4, J5
if(index == 5) J3HIGH; else J3LOW;
if(index == 6) J4HIGH; else J3LOW;
if(index == 6) J4HIGH; else J4LOW;
if(CPUType != ATMEGA644P) // not used as TXD1
{
if(index == 7) J5HIGH; else J5LOW;