step towards me7pnp

This commit is contained in:
rusefi 2019-05-03 18:44:59 -04:00
parent 85b790edcf
commit 1de32753e6
3 changed files with 26 additions and 1 deletions

View File

@ -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 \

View File

@ -0,0 +1,8 @@
/*
* me7pnp.cpp
*
* Created on: 1. mai 2019
* Author: Ola
*/
#include "me7pnp.h"

View File

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