Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2692 → Rev 2693

/trunk/main.c
723,6 → 723,15
if(ShowCmpsCalibrateTime) ShowCmpsCalibrateTime--;
if(Delete_Stoppflag_Timer) Delete_Stoppflag_Timer--; else FC_StatusFlags3 &= ~FC_STATUS3_MOTORS_STOPPED_BY_RC;
#endif
if(NC_To_FC_Flags & (NC_TO_FC_EMERGENCY_LANDING | NC_TO_FC_FLYING_RANGE | NC_TO_FC_OUTSIDE_FLYZONE))
{
if(!beeptime)
{
beeptime = 10000;
if(NC_To_FC_Flags & NC_TO_FC_EMERGENCY_LANDING) BeepMuster = 0x1500;
else BeepMuster = 0x2800;
}
}
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// + for auto switch - off
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++