diff --git a/firmware/development/sensor_chart.cpp b/firmware/development/sensor_chart.cpp index 01bc4bd48e..952eaa3625 100644 --- a/firmware/development/sensor_chart.cpp +++ b/firmware/development/sensor_chart.cpp @@ -1,5 +1,5 @@ /** - * @file analog_chart.cpp + * @file sensor_chart.cpp * * @date Dec 20, 2013 * @author Andrey Belomutskiy, (c) 2012-2015 @@ -9,7 +9,9 @@ #include "main.h" #include "engine.h" #include "rpm_calculator.h" +#if EFI_PROD_CODE || defined(__DOXYGEN__) #include "status_loop.h" +#endif #if EFI_SENSOR_CHART || defined(__DOXYGEN__) @@ -47,9 +49,11 @@ void scAddData(float angle, float value) { // message terminator appendPrintf(&logging, DELIMETER); // output pending data +#if EFI_PROD_CODE || defined(__DOXYGEN__) if (getFullLog()) { scheduleLogging(&logging); } +#endif pendingData = false; } return; diff --git a/firmware/svnversion.h b/firmware/svnversion.h index f9e52c0e26..51a540e5f5 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -1,5 +1,5 @@ // This file was generated by Version2Header -// Sat Sep 12 16:00:07 EDT 2015 +// Sun Sep 13 14:12:52 EDT 2015 #ifndef VCS_VERSION -#define VCS_VERSION "8791" +#define VCS_VERSION "8810" #endif