auto-sync
This commit is contained in:
parent
7e5cfe1d8b
commit
25015cda4e
|
@ -57,7 +57,7 @@ static float actualIdlePosition = -100.0f;
|
|||
static IdleValveState idleMath;
|
||||
|
||||
void idleDebug(const char *msg, percent_t value) {
|
||||
scheduleMsg(logger, "%s%f", msg, value);
|
||||
scheduleMsg(logger, "idle debug: %s%f", msg, value);
|
||||
}
|
||||
|
||||
static void showIdleInfo(void) {
|
||||
|
|
|
@ -291,5 +291,5 @@ int getRusEfiVersion(void) {
|
|||
return 123; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||
return 3211; // this is here to make the compiler happy about the unused array
|
||||
return 20150727;
|
||||
return 20150815;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue