docs
This commit is contained in:
parent
28823f1d84
commit
f53b64a558
|
@ -239,6 +239,7 @@ void initWaveChart(WaveChart *chart) {
|
|||
printStatus();
|
||||
addConsoleActionI("chartsize", setChartSize);
|
||||
addConsoleActionI("chart", setChartActive);
|
||||
// this is used by HW CI
|
||||
addConsoleAction(CMD_RESET_ENGINE_SNIFFER, resetNow);
|
||||
#endif // EFI_UNIT_TEST
|
||||
}
|
||||
|
|
|
@ -34,6 +34,7 @@ public:
|
|||
private:
|
||||
Logging logging;
|
||||
char timeBuffer[_MAX_FILLER + 2];
|
||||
// current number of events in buffer, see getSize()
|
||||
uint32_t counter = 0;
|
||||
/**
|
||||
* We want to avoid visual jitter thus we want the left edge to be aligned
|
||||
|
|
Loading…
Reference in New Issue