auto-sync
This commit is contained in:
parent
e716044fe7
commit
8dc349e2a2
|
@ -452,7 +452,7 @@ void MainTriggerCallback::init(Engine *engine) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void showMainInfo(Engine *engine) {
|
static void showMainInfo(Engine *engine) {
|
||||||
#if EFI_PROD_CODE
|
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||||
int rpm = engine->rpmCalculator.rpm(PASS_ENGINE_PARAMETER_F);
|
int rpm = engine->rpmCalculator.rpm(PASS_ENGINE_PARAMETER_F);
|
||||||
float el = getEngineLoadT(PASS_ENGINE_PARAMETER_F);
|
float el = getEngineLoadT(PASS_ENGINE_PARAMETER_F);
|
||||||
scheduleMsg(logger, "rpm %d engine_load %f", rpm, el);
|
scheduleMsg(logger, "rpm %d engine_load %f", rpm, el);
|
||||||
|
|
Loading…
Reference in New Issue