17 lines
361 B
C++
17 lines
361 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"
|
||
|
|
||
|
void ionPostState(TunerStudioOutputChannels *tsOutputChannels) {
|
||
|
|
||
|
}
|
||
|
|
||
|
|