this does not go as planned :(
This commit is contained in:
parent
5f125f3db0
commit
24cf51e883
|
@ -148,7 +148,7 @@ TEST(SensorInit, Clt) {
|
||||||
// 2003 neon sensor
|
// 2003 neon sensor
|
||||||
CONFIG(clt.config) = {0, 30, 100, 32500, 7550, 700, 2700};
|
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
|
// Ensure the sensors were registered
|
||||||
auto s = const_cast<Sensor*>(Sensor::getSensorOfType(SensorType::Clt));
|
auto s = const_cast<Sensor*>(Sensor::getSensorOfType(SensorType::Clt));
|
||||||
|
|
Loading…
Reference in New Issue