Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 761 → Rev 762

/branches/V0.68d Code Redesign killagreg/rc.c
114,7 → 114,7
{
// if a sync gap happens and there where at least 4 channels decoded before
// then the NewPpmData flag is reset indicating valid data in the PPM_in[] array.
if(index >= 4) NewPpmData = 0; // Null means NewData
if(index >= 4) NewPpmData = 0; // Null means NewData for the first 4 channels
// synchronize channel index
index = 1;
}