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

15 lines
329 B
C
Raw Normal View History

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