this does not go as planned :(

This commit is contained in:
rusefi 2020-08-31 07:54:45 -04:00
parent 5f125f3db0
commit 24cf51e883
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ TEST(SensorInit, Clt) {
// 2003 neon sensor
CONFIG(clt.config) = {0, 30, 100, 32500, 7550, 700, 2700};
initNewThermistors(PASS_ENGINE_PARAMETER_SIGNATURE);
initThermistors(PASS_CONFIG_PARAMETER_SIGNATURE);
// Ensure the sensors were registered
auto s = const_cast<Sensor*>(Sensor::getSensorOfType(SensorType::Clt));