rusefi-1/firmware/config/engines/mazda_miata_na8.cpp

18 lines
238 B
C++
Raw Normal View History

2018-01-31 18:27:45 -08:00
/*
* @file mazda_miata_na8.cpp
*
* set engine_type 56
*
* @date Jan 31, 2018
* @author Andrey Belomutskiy, (c) 2012-2017
*/
2018-01-31 18:36:41 -08:00
#include "mazda_miata_na8.h"
void setMazdaMiataNA8Configuration(PASS_ENGINE_PARAMETER_SIGNATURE) {
}
2018-01-31 18:27:45 -08:00