auto-sync
This commit is contained in:
parent
341b4809b1
commit
d19ce54e40
|
@ -57,7 +57,7 @@ static float actualIdlePosition = -100.0f;
|
||||||
static IdleValveState idleMath;
|
static IdleValveState idleMath;
|
||||||
|
|
||||||
void idleDebug(const char *msg, percent_t value) {
|
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) {
|
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
|
return 123; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||||
return 3211; // this is here to make the compiler happy about the unused array
|
return 3211; // this is here to make the compiler happy about the unused array
|
||||||
return 20150727;
|
return 20150815;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue