not this line yet?

This commit is contained in:
rusefi 2020-12-07 01:40:26 -05:00
parent 412e2b1d40
commit 13ac8fe744
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ TEST(etb, setpointNoPedalMap) {
EtbController etb; EtbController etb;
// Must have TPS initialized for ETB setup // Must have TPS initialized for ETB setup
Sensor::setMockValue(SensorType::Tps1, 0.0f, true); // Sensor::setMockValue(SensorType::Tps1, 0.0f, true);
// Don't pass a pedal map // Don't pass a pedal map
etb.init(ETB_Throttle1, nullptr, nullptr, nullptr); etb.init(ETB_Throttle1, nullptr, nullptr, nullptr);