Subversion Repositories NaviCtrl

Rev

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

Rev 383 Rev 392
Line 149... Line 149...
149
        else DebugOut.StatusRed &= ~AMPEL_BL; // BL-Ctrl green status
149
        else DebugOut.StatusRed &= ~AMPEL_BL; // BL-Ctrl green status
Line 150... Line 150...
150
 
150
 
151
        if(UART_VersionInfo.HardwareError[0] || UART_VersionInfo.HardwareError[1]) DebugOut.StatusRed |= AMPEL_NC;
151
        if(UART_VersionInfo.HardwareError[0] || UART_VersionInfo.HardwareError[1]) DebugOut.StatusRed |= AMPEL_NC;
Line -... Line 152...
-
 
152
        else DebugOut.StatusRed &= ~AMPEL_NC;
-
 
153
 
-
 
154
    if(FCCalibActive || CompassCalState)
-
 
155
     {
-
 
156
                sprintf(ErrorMSG,"Calibrate... ");
-
 
157
                newErrorCode = 0;
-
 
158
                ErrorCode = 0;
-
 
159
                no_error_delay = 1;
152
        else DebugOut.StatusRed &= ~AMPEL_NC;
160
         }
153
 
161
        else
154
        if(CheckDelay(SPI0_Timeout))
162
        if(CheckDelay(SPI0_Timeout))
155
        {
163
        {
156
                LED_RED_ON;              
164
                LED_RED_ON;