fome-fw/firmware/config/engines/mazda_miata_vvt.cpp

18 lines
281 B
C++
Raw Normal View History

2016-10-04 10:03:25 -07:00
/*
* @file mazda_miata_vvt.cpp
*
* @date Oct 4, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
*/
#include "mazda_miata_vvt.h"
2016-10-04 11:00:58 -07:00
EXTERN_ENGINE;
void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
}
2016-10-04 10:03:25 -07:00