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);
|
||||
default:
|
||||
firmwareError("No value for %d", action);
|
||||
return NAN;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue