NA8
This commit is contained in:
parent
ef9c5a6288
commit
721d0f54b1
|
@ -7,6 +7,11 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "mazda_miata_na8.h"
|
||||||
|
|
||||||
|
void setMazdaMiataNA8Configuration(PASS_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
#ifndef CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
#ifndef CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
||||||
#define CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
#define CONFIG_ENGINES_MAZDA_MIATA_NA8_H_
|
||||||
|
|
||||||
|
#include "engine.h"
|
||||||
|
|
||||||
|
void setMazdaMiataNA8Configuration(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
|
||||||
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */
|
||||||
|
|
Loading…
Reference in New Issue