Subversion Repositories NaviCtrl

Rev

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

Rev 842 Rev 867
Line 647... Line 647...
647
                                        UART1_PutString("\r\nError closing trigger-file\r\n");
647
                                        UART1_PutString("\r\nError closing trigger-file\r\n");
648
                                        SD_LoggingError = 4;
648
                                        SD_LoggingError = 4;
649
                                        logfilestate =  LOGFILE_ERROR;
649
                                        logfilestate =  LOGFILE_ERROR;
650
                                }
650
                                }
651
                        }
651
                        }
-
 
652
                        else
-
 
653
                        {
-
 
654
                          if(logfilestate == LOGFILE_ERROR) logfilestate = LOGFILE_IDLE;
-
 
655
                        }
652
                } //EOF motors are not running
656
                } //EOF motors are not running
653
        } // EOF Check LogTimer
657
        } // EOF Check LogTimer
Line 654... Line 658...
654
 
658
 
655
        return logfilestate;
659
        return logfilestate;