Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1412 → Rev 1413

/trunk/fc.c
435,9 → 435,9
if(tmp != Poti[i])
{
Poti[i] += (tmp - Poti[i]) / 8;
if(Poti[i] > tmp) Poti[i]--;
if(Poti[i] > tmp) Poti[i]--;
else Poti[i]++;
}
}
}
}
 
657,6 → 657,7
else
{
ReadParameterSet(GetActiveParamSetNumber(), (unsigned char *) &EE_Parameter.Kanalbelegung[0], STRUCT_PARAM_LAENGE);
LipoDetection(0);
if((EE_Parameter.GlobalConfig & CFG_HOEHENREGELUNG)) // Höhenregelung aktiviert?
{
if((MessLuftdruck > 950) || (MessLuftdruck < 750)) SucheLuftruckOffset();