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

15 lines
321 B
C
Raw Normal View History

2016-04-16 15:01:43 -07:00
/*
* @file mazda_miata_1_6.h
*
* @date Apr 16, 2016
* @author Andrey Belomutskiy, (c) 2012-2016
*/
#ifndef CONFIG_ENGINES_MAZDA_MIATA_1_6_H_
#define CONFIG_ENGINES_MAZDA_MIATA_1_6_H_
#include "engine.h"
void setMiataNA_1_6_Configuration(DECLARE_ENGINE_PARAMETER_F);
#endif /* CONFIG_ENGINES_MAZDA_MIATA_1_6_H_ */