Subversion Repositories FlightCtrl

Rev

Rev 1570 | Rev 1769 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1570 Rev 1765
Line 26... Line 26...
26
        static unsigned char J16Warn = 0, J17Warn = 0;
26
        static unsigned char J16Warn = 0, J17Warn = 0;
27
        if(!delay--)  // 10ms Intervall
27
        if(!delay--)  // 10ms Intervall
28
        {
28
        {
29
        delay = 4;
29
        delay = 4;
Line 30... Line 30...
30
 
30
 
31
        if(FCFlags & (FCFLAG_LOWBAT | FCFLAG_NOTLANDUNG | FCFLAG_I2CERR))
31
        if(FC_StatusFlags & (FC_STATUS_LOWBAT | FC_STATUS_EMERGENCY_LANDING) || (VersionInfo.HardwareError[1] | FC_ERROR1_I2C))
32
        {
32
        {
33
                if(EE_Parameter.WARN_J16_Bitmask)
33
                if(EE_Parameter.WARN_J16_Bitmask)
34
                 {
34
                 {
35
          if(!J16Warn) J16Blinkcount = 4;
35
          if(!J16Warn) J16Blinkcount = 4;