auto-sync

This commit is contained in:
rusEfi 2015-08-15 20:01:21 -04:00
parent 7e5cfe1d8b
commit 25015cda4e
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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;
}