From 25015cda4e6bcc306303290f93b3aeeb38cf7b8c Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sat, 15 Aug 2015 20:01:21 -0400 Subject: [PATCH] auto-sync --- firmware/controllers/idle_thread.cpp | 2 +- firmware/rusefi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/idle_thread.cpp b/firmware/controllers/idle_thread.cpp index d4a13b7ff0..14c3a96cd8 100644 --- a/firmware/controllers/idle_thread.cpp +++ b/firmware/controllers/idle_thread.cpp @@ -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) { diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 578e133d62..721caf86a3 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -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; }