Subversion Repositories NaviCtrl

Rev

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

Rev 380 Rev 383
Line 333... Line 333...
333
         LED_RED_ON;
333
         LED_RED_ON;
334
         sprintf(ErrorMSG,"ERR:No SD-Card  ");
334
         sprintf(ErrorMSG,"ERR:No SD-Card  ");
335
         newErrorCode = 26;
335
         newErrorCode = 26;
336
         DebugOut.StatusRed |= AMPEL_NC;
336
         DebugOut.StatusRed |= AMPEL_NC;
337
        }
337
        }
338
        else if((SD_LoggingError || (SD_WatchDog == 0)) && Parameter.GlobalConfig3 & CFG3_NO_SDCARD_NO_START )
338
        else if((SD_LoggingError || (SD_WatchDog < 2000 && SD_WatchDog != 0)) && Parameter.GlobalConfig3 & CFG3_NO_SDCARD_NO_START)
339
        {
339
        {
340
         LED_RED_ON;       
340
         LED_RED_ON;       
341
         sprintf(ErrorMSG,"ERR:SD Logging abort");
341
         sprintf(ErrorMSG,"ERR:SD Logging abort");
342
         newErrorCode = 27;
342
         newErrorCode = 27;
343
         DebugOut.StatusRed |= AMPEL_NC;
343
         DebugOut.StatusRed |= AMPEL_NC;