auto-sync

This commit is contained in:
rusEfi 2015-09-13 15:02:21 -04:00
parent 49bbfdf746
commit 969ca896c4
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/** /**
* @file analog_chart.cpp * @file sensor_chart.cpp
* *
* @date Dec 20, 2013 * @date Dec 20, 2013
* @author Andrey Belomutskiy, (c) 2012-2015 * @author Andrey Belomutskiy, (c) 2012-2015
@ -9,7 +9,9 @@
#include "main.h" #include "main.h"
#include "engine.h" #include "engine.h"
#include "rpm_calculator.h" #include "rpm_calculator.h"
#if EFI_PROD_CODE || defined(__DOXYGEN__)
#include "status_loop.h" #include "status_loop.h"
#endif
#if EFI_SENSOR_CHART || defined(__DOXYGEN__) #if EFI_SENSOR_CHART || defined(__DOXYGEN__)
@ -47,9 +49,11 @@ void scAddData(float angle, float value) {
// message terminator // message terminator
appendPrintf(&logging, DELIMETER); appendPrintf(&logging, DELIMETER);
// output pending data // output pending data
#if EFI_PROD_CODE || defined(__DOXYGEN__)
if (getFullLog()) { if (getFullLog()) {
scheduleLogging(&logging); scheduleLogging(&logging);
} }
#endif
pendingData = false; pendingData = false;
} }
return; return;

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header // 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 #ifndef VCS_VERSION
#define VCS_VERSION "8791" #define VCS_VERSION "8810"
#endif #endif