Subversion Repositories NaviCtrl

Rev

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

Rev 512 Rev 516
Line 795... Line 795...
795
        }
795
        }
Line 796... Line 796...
796
 
796
 
797
  }
797
  }
798
        if (retryCounter > SDCardWriteRetryCounterMax)
798
        if (retryCounter > SDCardWriteRetryCounterMax)
799
        { SDCardWriteRetryCounterMax = retryCounter;
799
        { SDCardWriteRetryCounterMax = retryCounter;
800
//        DebugOut.Analog[18] = SDCardWriteRetryCounterMax;
800
//        DebugOut.Analog[] = SDCardWriteRetryCounterMax;
Line 801... Line 801...
801
        }
801
        }
802
 
802