auto-sync

This commit is contained in:
rusEfi 2015-09-06 00:02:34 -04:00
parent e716044fe7
commit 8dc349e2a2
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ void MainTriggerCallback::init(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);
float el = getEngineLoadT(PASS_ENGINE_PARAMETER_F);
scheduleMsg(logger, "rpm %d engine_load %f", rpm, el);