fix #678
This commit is contained in:
parent
3697fc6052
commit
a50ead0ed6
|
@ -14,7 +14,6 @@
|
|||
#define CONFIG_ENGINES_CUSTOM_ENGINE_CPP_
|
||||
|
||||
#include "custom_engine.h"
|
||||
#include "honda_accord.h"
|
||||
#include "allsensors.h"
|
||||
#include "engine_math.h"
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "global.h"
|
||||
#include "mazda_626.h"
|
||||
#include "engine_math.h"
|
||||
#include "honda_accord.h"
|
||||
#include "custom_engine.h"
|
||||
#include "allsensors.h"
|
||||
#include "fsio_impl.h"
|
||||
|
|
|
@ -427,7 +427,7 @@ void setMazdaMiata2003EngineConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
boardConfiguration->fsio_setting[2] = 105; // #3 CLT threshold
|
||||
boardConfiguration->fsio_setting[3] = 12.0; // #4 voltage threshold
|
||||
|
||||
setFsio(1, GPIOE_6, COMBINED_WARNING_LIGHT PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
// setFsio(1, GPIOE_6, COMBINED_WARNING_LIGHT PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
|
||||
// enable auto_idle
|
||||
// enable verbose_idle
|
||||
|
|
Loading…
Reference in New Issue