auto-sync

This commit is contained in:
rusEfi 2014-11-16 17:03:17 -06:00
parent a5c79706f5
commit 87fc3ca7ba
2 changed files with 3 additions and 3 deletions

View File

@ -182,7 +182,7 @@ void WaveChart::addWaveChartEvent3(const char *name, const char * msg, const cha
uint32_t time100 = NT2US(diffNt / 10);
if (remainingSize(&logging) > 30) {
if (remainingSize(&logging) > 35) {
/**
* printf is a heavy method, append is used here as a performance optimization
*/

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Thu Nov 13 18:00:01 EST 2014
// Sun Nov 16 09:14:27 EST 2014
#ifndef VCS_VERSION
#define VCS_VERSION "5333"
#define VCS_VERSION "5394"
#endif