parent
b03445b421
commit
6d4b1e6020
|
@ -105,7 +105,7 @@ void VvtController::setOutput(expected<percent_t> outputValue) {
|
|||
|
||||
#if EFI_AUX_PID
|
||||
|
||||
static VvtController instances[CAM_INPUTS_COUNT] CCM_OPTIONAL;
|
||||
static VvtController instances[CAM_INPUTS_COUNT];
|
||||
|
||||
static void turnAuxPidOn(int index) {
|
||||
if (!isBrainPinValid(engineConfiguration->vvtPins[index])) {
|
||||
|
|
|
@ -350,7 +350,7 @@ void LuaThread::ThreadTask() {
|
|||
}
|
||||
|
||||
#if LUA_USER_HEAP > 1
|
||||
static LuaThread luaThread CCM_OPTIONAL;
|
||||
static LuaThread luaThread;
|
||||
#endif
|
||||
|
||||
void startLua() {
|
||||
|
|
|
@ -907,7 +907,6 @@ gaugeCategory = Acceleration Enrichment
|
|||
wallFuelAmountGauge = wallFuelAmount, "AE: wall amount", "mg", 0, 100, 0, 0, 100, 100, 0, 0
|
||||
wallFuelCorrectionGauge = wallFuelCorrection, "AE: wall correction extra", "mg", -20, 20, -100, -100, 100, 100, 1, 1
|
||||
|
||||
|
||||
gaugeCategory = Fueling
|
||||
;Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld
|
||||
tChargeGauge = tCharge, @@GAUGE_NAME_FUEL_CHARGE_TEMP@@, "C", -40, 140, -15, 1, 95, 110, 1, 1
|
||||
|
|
Loading…
Reference in New Issue