Subversion Repositories FlightCtrl

Rev

Rev 2540 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2540 Rev 2598
Line 33... Line 33...
33
        if(!delay--)  // 20ms Intervall
33
        if(!delay--)  // 20ms Intervall
34
        {
34
        {
35
        J16Bitmask = EE_Parameter.J16Bitmask;
35
        J16Bitmask = EE_Parameter.J16Bitmask;
36
        J17Bitmask = EE_Parameter.J17Bitmask;
36
        J17Bitmask = EE_Parameter.J17Bitmask;
37
        delay = 9;
37
        delay = 9;
38
        if(FC_StatusFlags & (FC_STATUS_LOWBAT | FC_STATUS_EMERGENCY_LANDING) || (VersionInfo.HardwareError[1] & FC_ERROR1_I2C) || !SenderOkay)
38
        if(FC_StatusFlags & (FC_STATUS_LOWBAT | FC_STATUS_EMERGENCY_LANDING) || (VersionInfo.HardwareError[1] & FC_ERROR1_I2C) || !ReceiverOkay)
39
        {
39
        {
40
                if(EE_Parameter.WARN_J16_Bitmask)
40
                if(EE_Parameter.WARN_J16_Bitmask)
41
                 {
41
                 {
42
          if(!J16Warn) J16Blinkcount = 4;
42
          if(!J16Warn) J16Blinkcount = 4;
43
          J16Warn = 1;
43
          J16Warn = 1;