auto-sync
This commit is contained in:
parent
e8bcf314d3
commit
d79d1578ef
|
@ -18,6 +18,7 @@ float getLEValue(Engine *engine, le_action_e action) {
|
||||||
return getCoolantTemperature(engine->engineConfiguration2);
|
return getCoolantTemperature(engine->engineConfiguration2);
|
||||||
default:
|
default:
|
||||||
firmwareError("No value for %d", action);
|
firmwareError("No value for %d", action);
|
||||||
|
return NAN;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue