Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1610 → Rev 1613

/branches/V0.76g-FredericG/fc.c
1312,7 → 1312,7
// if height control is activated by an rc channel
if(EE_Parameter.GlobalConfig & CFG_HOEHEN_SCHALTER) // Regler wird über Schalter gesteuert
{ // check if parameter is less than activation threshold
if(Parameter_MaxHoehe < 50) // for 3 or 2-state switch height control is disabled in lowest position
if(Parameter_MaxHoehe < 100) // for 3 or 2-state switch height control is disabled in lowest position
{ //height control not active
if(!delay--)
{