15 lines
321 B
C
15 lines
321 B
C
/*
|
|
* @file mazda_miata_1_6.h
|
|
*
|
|
* @date Apr 16, 2016
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
*/
|
|
|
|
#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_ */
|