Subversion Repositories NaviCtrl

Rev

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

Rev 199 Rev 218
Line 275... Line 275...
275
        static  logfilestate_t logfilestate = LOGFILE_IDLE; // the current logfilestate
275
        static  logfilestate_t logfilestate = LOGFILE_IDLE; // the current logfilestate
276
        static  s8* logfilename = NULL;                                         // the pointer to the logfilename
276
        static  s8* logfilename = NULL;                                         // the pointer to the logfilename
277
        static  u32 logtimer = 0, flushtimer = 0;               // the log update timer
277
        static  u32 logtimer = 0, flushtimer = 0;               // the log update timer
278
        static  GPX_Document_t logfile;                                         // the logfilehandle
278
        static  GPX_Document_t logfile;                                         // the logfilehandle
Line 279... Line 279...
279
 
279
 
280
        // initialize if LogDelay os zero
280
        // initialize if LogDelay is zero
281
        if(!LogDelay)
281
        if(!LogDelay)
282
        {
282
        {
283
                switch(logfilestate)
283
                switch(logfilestate)
284
                {
284
                {