static THD_FUNCTION(waThread, arg) { (void)arg; chRegSetThreadName("Wave Analyzer"); #if EFI_ENGINE_SNIFFER while (true) { chThdSleepSeconds(CHART_RESET_DELAY); waveChart.publishIfFull(); } #endif /* EFI_ENGINE_SNIFFER */ }
void printPendingMessages(void) { updateDevConsoleState(engine); waveChart.publishIfFull(); }