Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 901 → Rev 902

/trunk/logging.c
197,6 → 197,7
{
if(CheckDelay(appendtimer)) logging_active = 0;
}
if(FTP_Mode) logging_active = 0;
 
if(logging_active)
{
337,6 → 338,7
{
if(CheckDelay(appendtimer)) GPX_logging_active = 0;
}
if(FTP_Mode) GPX_logging_active = 0;
 
if(GPX_logging_active || part)
{
418,6 → 420,10
}
}
}
#ifdef DATAPLOTTER
//if(part == 2) part = 7;
#endif
 
if(++part >= 9) part = 0;
//DebugOut.Analog[] = CountMilliseconds - measure_time;
break;