19 lines
389 B
C++
19 lines
389 B
C++
/*
|
|
* @file cdm_ion_sense.cpp
|
|
*
|
|
* See https://github.com/rusefi/rusefi_documentation/tree/master/misc/Saab_Trionic_8_Combustion%20Detection%20Module_on_Mazda_Miata_running_rusEfi
|
|
*
|
|
* Created on: Dec 31, 2018
|
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
|
*/
|
|
|
|
#include "cdm_ion_sense.h"
|
|
|
|
#if EFI_TUNER_STUDIO
|
|
void ionPostState(TunerStudioOutputChannels *tsOutputChannels) {
|
|
|
|
}
|
|
#endif
|
|
|
|
|