From 2a217b35dcaac624d5496d9f28165792bb87e911 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Mon, 2 Mar 2015 19:04:34 -0600 Subject: [PATCH] auto-sync --- firmware/controllers/algo/accel_enrichment.cpp | 2 +- firmware/controllers/algo/accel_enrichment.h | 2 +- firmware/controllers/alternatorController.cpp | 2 +- firmware/controllers/alternatorController.h | 2 +- firmware/rusefi.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/firmware/controllers/algo/accel_enrichment.cpp b/firmware/controllers/algo/accel_enrichment.cpp index e80d8f19fa..a1cddfd636 100644 --- a/firmware/controllers/algo/accel_enrichment.cpp +++ b/firmware/controllers/algo/accel_enrichment.cpp @@ -4,7 +4,7 @@ * * @date Apr 21, 2014 * @author Dmitry Sidin - * @author Andrey Belomutskiy (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2015 */ #include "main.h" diff --git a/firmware/controllers/algo/accel_enrichment.h b/firmware/controllers/algo/accel_enrichment.h index 1ebabe6ecb..1f119fa614 100644 --- a/firmware/controllers/algo/accel_enrichment.h +++ b/firmware/controllers/algo/accel_enrichment.h @@ -4,7 +4,7 @@ * * @date Apr 21, 2014 * @author Dmitry Sidin - * @author Andrey Belomutskiy (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2015 */ #ifndef ACC_ENRICHMENT_H_ diff --git a/firmware/controllers/alternatorController.cpp b/firmware/controllers/alternatorController.cpp index a5a260f841..9d3a58a124 100644 --- a/firmware/controllers/alternatorController.cpp +++ b/firmware/controllers/alternatorController.cpp @@ -4,7 +4,7 @@ * * @date Apr 6, 2014 * @author Dmitry Sidin - * @author Andrey Belomutskiy (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2015 */ #include "main.h" diff --git a/firmware/controllers/alternatorController.h b/firmware/controllers/alternatorController.h index 5302be121d..83c9a87c6f 100644 --- a/firmware/controllers/alternatorController.h +++ b/firmware/controllers/alternatorController.h @@ -4,7 +4,7 @@ * * @date Apr 6, 2014 * @author Dmitry Sidin - * @author Andrey Belomutskiy (c) 2012-2014 + * @author Andrey Belomutskiy, (c) 2012-2015 * */ #ifndef ALTERNATORCONTROLLER_H_ diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 00078cf1c7..4dc761e257 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -276,5 +276,5 @@ int getRusEfiVersion(void) { return 1; // this is here to make the compiler happy about the unused array if (UNUSED_CCM_SIZE[0] == 0) return 1; // this is here to make the compiler happy about the unused array - return 20150301; + return 20150302; }