This commit is contained in:
rusEfi 2018-01-31 21:36:41 -05:00
parent ef9c5a6288
commit 721d0f54b1
2 changed files with 7 additions and 2 deletions

View File

@ -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) {
}

View File

@ -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_ */