step towards me7pnp
This commit is contained in:
parent
ac2a81d381
commit
d8747359af
|
@ -43,5 +43,7 @@ ENGINES_SRC_CPP = $(PROJECT_DIR)/config/engines/ford_aspire.cpp \
|
|||
$(PROJECT_DIR)/config/engines/geo_storm.cpp \
|
||||
$(PROJECT_DIR)/config/engines/zil130.cpp \
|
||||
$(PROJECT_DIR)/config/engines/honda_600.cpp \
|
||||
$(PROJECT_DIR)/config/engines/ford_festiva.cpp
|
||||
$(PROJECT_DIR)/config/engines/me7pnp.cpp \
|
||||
$(PROJECT_DIR)/config/engines/ford_festiva.cpp \
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* me7pnp.cpp
|
||||
*
|
||||
* Created on: 1. mai 2019
|
||||
* Author: Ola
|
||||
*/
|
||||
|
||||
#include "me7pnp.h"
|
|
@ -0,0 +1,15 @@
|
|||
/*
|
||||
* me7pnp.h
|
||||
*
|
||||
* Created on: 1. mai 2019
|
||||
* Author: Ola
|
||||
*/
|
||||
|
||||
#ifndef CONFIG_ENGINES_ME7PNP_H_
|
||||
#define CONFIG_ENGINES_ME7PNP_H_
|
||||
|
||||
#include "engine_configuration.h"
|
||||
|
||||
void vag_18_Turbo(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||
|
||||
#endif /* CONFIG_ENGINES_ME7PNP_H_ */
|
Loading…
Reference in New Issue