dead code
This commit is contained in:
parent
66759b1cff
commit
ba1ea253a3
|
@ -72,7 +72,7 @@ void setDefaultBaseEngine() {
|
||||||
|
|
||||||
engineConfiguration->fuelAlgorithm = LM_SPEED_DENSITY;
|
engineConfiguration->fuelAlgorithm = LM_SPEED_DENSITY;
|
||||||
// let's have valid default while we still have the field
|
// let's have valid default while we still have the field
|
||||||
engineConfiguration->debugMode = DBG_INSTANT_RPM;
|
engineConfiguration->debugMode = DBG_MAP;
|
||||||
|
|
||||||
engineConfiguration->boostCutPressure = 300;
|
engineConfiguration->boostCutPressure = 300;
|
||||||
engineConfiguration->boostCutPressureHyst = 20;
|
engineConfiguration->boostCutPressureHyst = 20;
|
||||||
|
|
|
@ -240,7 +240,7 @@ typedef enum __attribute__ ((__packed__)) {
|
||||||
DBG_2 = 2,
|
DBG_2 = 2,
|
||||||
DBG_STEPPER_IDLE_CONTROL = 3,
|
DBG_STEPPER_IDLE_CONTROL = 3,
|
||||||
DBG_EL_ACCEL = 4,
|
DBG_EL_ACCEL = 4,
|
||||||
DBG_TRIGGER_COUNTERS = 5,
|
DBG_5 = 5,
|
||||||
DBG_6 = 6,
|
DBG_6 = 6,
|
||||||
DBG_7 = 7,
|
DBG_7 = 7,
|
||||||
DBG_8 = 8,
|
DBG_8 = 8,
|
||||||
|
@ -262,7 +262,7 @@ typedef enum __attribute__ ((__packed__)) {
|
||||||
DBG_20 = 20,
|
DBG_20 = 20,
|
||||||
DBG_21 = 21,
|
DBG_21 = 21,
|
||||||
|
|
||||||
DBG_INSTANT_RPM = 22,
|
DBG_22 = 22,
|
||||||
UNUSED23 = 23,
|
UNUSED23 = 23,
|
||||||
DBG_24 = 24,
|
DBG_24 = 24,
|
||||||
DBG_25 = 25,
|
DBG_25 = 25,
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* enable trigger_details
|
* enable trigger_details
|
||||||
* DBG_TRIGGER_COUNTERS = 5
|
|
||||||
* set debug_mode 5
|
|
||||||
*
|
*
|
||||||
* This file is part of rusEfi - see http://rusefi.com
|
* This file is part of rusEfi - see http://rusefi.com
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue