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

18 lines
384 B
C
Raw Normal View History

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