auto-sync
This commit is contained in:
parent
f4ecca0060
commit
e56378380b
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue