rusefi/firmware/controllers/algo/engine_configuration_defaul...

10 lines
150 B
C
Raw Normal View History

//
// Created by kifir on 8/23/24.
//
#pragma once
namespace engine_configuration_defaults {
constexpr float AC_PRESSURE_ENABLE_HYST = 10.0f;
}