auto-sync
This commit is contained in:
parent
1370dfc3f8
commit
4937927034
|
@ -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