just empty jars
This commit is contained in:
parent
28aae41de0
commit
b7214bb365
|
@ -76,6 +76,7 @@
|
||||||
#include "toyota_jzs147.h"
|
#include "toyota_jzs147.h"
|
||||||
#include "toyota_1NZ_FE.h"
|
#include "toyota_1NZ_FE.h"
|
||||||
#include "mitsubishi_3A92.h"
|
#include "mitsubishi_3A92.h"
|
||||||
|
#include "mitsubishi_4G93.h"
|
||||||
#include "ford_festiva.h"
|
#include "ford_festiva.h"
|
||||||
#include "boost_control.h"
|
#include "boost_control.h"
|
||||||
#if EFI_IDLE_CONTROL
|
#if EFI_IDLE_CONTROL
|
||||||
|
@ -914,6 +915,8 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
|
||||||
setToyota1NZFE();
|
setToyota1NZFE();
|
||||||
break;
|
break;
|
||||||
case engine_type_e::MITSUBISHI_4G93:
|
case engine_type_e::MITSUBISHI_4G93:
|
||||||
|
setMitsubishi4G93();
|
||||||
|
break;
|
||||||
case engine_type_e::FORD_INLINE_6_1995:
|
case engine_type_e::FORD_INLINE_6_1995:
|
||||||
setFordInline6();
|
setFordInline6();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue