Nissan progress
This commit is contained in:
parent
a039c52897
commit
bd5ff4b5a5
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include "nissan_vq.h"
|
||||
|
||||
EXTERN_CONFIG;
|
||||
|
||||
void setHellen121nissan(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
engineConfiguration->trigger.type = TT_NISSAN_VQ;
|
||||
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
#include "ford_1995_inline_6.h"
|
||||
|
||||
#include "nissan_primera.h"
|
||||
#include "nissan_vq.h"
|
||||
#include "honda_accord.h"
|
||||
#include "GY6_139QMB.h"
|
||||
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
#include "engine_test_helper.h"
|
||||
|
||||
TEST(nissan, vq_vvt) {
|
||||
WITH_ENGINE_TEST_HELPER(HELLEN_121_NISSAN);
|
||||
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ endif
|
|||
USE_OPT += -DEFI_UNIT_TEST=1 -DEFI_PROD_CODE=0 -DEFI_SIMULATOR=0
|
||||
|
||||
# Pretend we are all different hardware so that all canned engine configs are included
|
||||
USE_OPT += -DHW_MICRO_RUSEFI=1 -DHW_PROTEUS=1 -DHW_FRANKENSO=1
|
||||
USE_OPT += -DHW_MICRO_RUSEFI=1 -DHW_PROTEUS=1 -DHW_FRANKENSO=1 -DHW_HELLEN=1
|
||||
|
||||
ifeq ($(CCACHE_DIR),)
|
||||
$(info No CCACHE_DIR)
|
||||
|
|
Loading…
Reference in New Issue