NA8
This commit is contained in:
parent
4a7fab8138
commit
da03e1c5bc
|
@ -9,7 +9,9 @@
|
||||||
|
|
||||||
#include "mazda_miata_na8.h"
|
#include "mazda_miata_na8.h"
|
||||||
|
|
||||||
void setMazdaMiataNA8Configuration(PASS_ENGINE_PARAMETER_SIGNATURE) {
|
EXTERN_ENGINE;
|
||||||
|
|
||||||
|
void setMazdaMiataNA8Configuration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
|
|
||||||
#include "engine.h"
|
#include "engine.h"
|
||||||
|
|
||||||
void setMazdaMiataNA8Configuration(PASS_ENGINE_PARAMETER_SIGNATURE);
|
void setMazdaMiataNA8Configuration(DECLARE_ENGINE_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */
|
#endif /* CONFIG_ENGINES_MAZDA_MIATA_NA8_H_ */
|
||||||
|
|
Loading…
Reference in New Issue