better file name
This commit is contained in:
parent
3f50602ce9
commit
804f4b9db5
|
@ -69,7 +69,7 @@
|
|||
#include "flash_main.h"
|
||||
|
||||
#include "tunerstudio_io.h"
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#include "malfunction_central.h"
|
||||
#include "console_io.h"
|
||||
#include "crc.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "tunerstudio_io.h"
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
|
||||
typedef struct {
|
||||
int queryCommandCounter;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @file tunerstudio_configuration.h
|
||||
* @file tunerstudio_outputs.h
|
||||
* @brief Tuner Studio connectivity configuration
|
||||
*
|
||||
* In this file the configuration of TunerStudio is defined
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#include "log_field.h"
|
||||
#include "efilib.h"
|
||||
#include "efitime.h"
|
||||
|
|
|
@ -16,7 +16,7 @@ EXTERN_ENGINE;
|
|||
#include <cstddef>
|
||||
#include "efitime.h"
|
||||
#include "efilib.h"
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
|
||||
typedef struct __attribute__ ((packed)) {
|
||||
uint16_t timestamp;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "global.h"
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
|
||||
#if EFI_ALTERNATOR_CONTROL
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#if EFI_AUX_PID
|
||||
#include "pwm_generator_logic.h"
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#include "fsio_impl.h"
|
||||
#include "engine_math.h"
|
||||
#include "pin_repository.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#if EFI_BOOST_CONTROL
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
#include "engine.h"
|
||||
#include "boost_control.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "engine_math.h"
|
||||
#include "perf_trace.h"
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
|
||||
EXTERN_ENGINE;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "gppwm.h"
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
|
||||
#if EFI_PROD_CODE
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
static Logging *logger;
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
extern TunerStudioOutputChannels tsOutputChannels;
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#if EFI_ENGINE_CONTROL
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
|
||||
EXTERN_ENGINE;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#if EFI_SIGNAL_EXECUTOR_ONE_TIMER
|
||||
|
||||
#include "microsecond_timer.h"
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#include "os_util.h"
|
||||
|
||||
#include "engine.h"
|
||||
|
|
|
@ -30,7 +30,7 @@ public:
|
|||
};
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
void ionPostState(TunerStudioOutputChannels *tsOutputChannels);
|
||||
#endif
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "efifeatures.h"
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
|
||||
void initCan(void);
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "efifeatures.h"
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif /* EFI_TUNER_STUDIO */
|
||||
|
||||
void initAuxSerial(void);
|
||||
|
|
|
@ -1929,7 +1929,7 @@
|
|||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_algo.h</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_configuration.h</name>
|
||||
<name>$PROJ_DIR$\..\console\tunerstudio\tunerstudio_outputs.h</name>
|
||||
</file>
|
||||
</group>
|
||||
<file>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "functional_sensor.h"
|
||||
#include "linear_func.h"
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif
|
||||
|
||||
EXTERN_ENGINE;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "pid_state_generated.h"
|
||||
|
||||
#if EFI_PROD_CODE || EFI_SIMULATOR
|
||||
#include "tunerstudio_configuration.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#endif
|
||||
|
||||
// See PidCic below
|
||||
|
|
Loading…
Reference in New Issue