From d8fad12ab4ba11044ca625f20de0ac25175afc77 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sun, 1 Mar 2015 19:05:26 -0600 Subject: [PATCH] auto-sync --- firmware/compile.bat | 1 + firmware/console/eficonsole.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/compile.bat b/firmware/compile.bat index 3c6dde0455..a21cbf3d6b 100644 --- a/firmware/compile.bat +++ b/firmware/compile.bat @@ -38,6 +38,7 @@ java -jar ../../java_tools/gcc_map_reader.jar > ../rusefi_ram_report.txt cd .. arm-none-eabi-size --format=berkeley "build\rusefi.elf" +arm-none-eabi-gcc -v rem file, let's program the board right away cd build diff --git a/firmware/console/eficonsole.cpp b/firmware/console/eficonsole.cpp index 55d7bc3411..ac007215c4 100644 --- a/firmware/console/eficonsole.cpp +++ b/firmware/console/eficonsole.cpp @@ -59,7 +59,7 @@ static void sayNothing(void) { } static void sayHello(void) { - printMsg(&logger, "*** rusEFI (c) Andrey Belomutskiy, 2012-2014. All rights reserved."); + printMsg(&logger, "*** rusEFI (c) Andrey Belomutskiy, 2012-2015. All rights reserved."); printMsg(&logger, "rusEFI v%d@%s", getRusEfiVersion(), VCS_VERSION); printMsg(&logger, "*** Chibios Kernel: %s", CH_KERNEL_VERSION); printMsg(&logger, "*** Compiled: " __DATE__ " - " __TIME__ "");