tooth_logger.h -> pch
(cherry picked from commit ad3ea57276361b6da69eb920dd056a662f6f5c70)
This commit is contained in:
parent
c50ef201b1
commit
12a29232cc
|
@ -1 +1 @@
|
|||
Subproject commit 284be36d608557fb6f9c58786d9da1d6a9283a9c
|
||||
Subproject commit 30135a2f47677c7cdd24c31b64d7a5218bbca8f3
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
#include "tooth_logger.h"
|
||||
|
||||
#if EFI_TOOTH_LOGGER
|
||||
|
||||
/**
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
#include "console_io.h"
|
||||
#include "bluetooth.h"
|
||||
#include "tunerstudio_io.h"
|
||||
#include "tooth_logger.h"
|
||||
#include "trigger_scope.h"
|
||||
#include "electronic_throttle.h"
|
||||
#include "live_data.h"
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include "cyclic_buffer.h"
|
||||
#include "fuel_math.h"
|
||||
#include "cdm_ion_sense.h"
|
||||
#include "tooth_logger.h"
|
||||
#include "local_version_holder.h"
|
||||
#include "event_queue.h"
|
||||
#include "injector_model.h"
|
||||
|
|
|
@ -15,9 +15,7 @@
|
|||
|
||||
#include "pch.h"
|
||||
|
||||
|
||||
#include "trigger_central.h"
|
||||
#include "tooth_logger.h"
|
||||
|
||||
#if EFI_SENSOR_CHART
|
||||
#include "sensor_chart.h"
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "utlist.h"
|
||||
#include "event_queue.h"
|
||||
#include "tooth_logger.h"
|
||||
|
||||
#include "knock_logic.h"
|
||||
|
||||
|
|
|
@ -2,12 +2,7 @@
|
|||
* injection_gpio.cpp
|
||||
*/
|
||||
|
||||
#include "injection_gpio.h"
|
||||
#include "engine_state.h"
|
||||
#include "tooth_logger.h"
|
||||
#include "tunerstudio_outputs.h"
|
||||
#include "engine_configuration.h"
|
||||
#include "efi_gpio.h"
|
||||
#include "pch.h"
|
||||
|
||||
extern bool printFuelDebug;
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include "trigger_decoder.h"
|
||||
#include "main_trigger_callback.h"
|
||||
#include "listener_array.h"
|
||||
#include "tooth_logger.h"
|
||||
#include "hip9011.h"
|
||||
#include "logic_analyzer.h"
|
||||
|
||||
|
@ -20,7 +19,6 @@
|
|||
#include "trigger_simulator.h"
|
||||
#include "trigger_emulator_algo.h"
|
||||
|
||||
#include "tooth_logger.h"
|
||||
#include "map_averaging.h"
|
||||
#include "main_trigger_callback.h"
|
||||
#include "status_loop.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "buffered_writer.h"
|
||||
#include "status_loop.h"
|
||||
#include "binary_logging.h"
|
||||
#include "tooth_logger.h"
|
||||
|
||||
static bool fs_ready = false;
|
||||
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "perf_trace.h"
|
||||
#include "hardware.h"
|
||||
#include "thread_priority.h"
|
||||
#include "tooth_logger.h"
|
||||
|
||||
#if EFI_UNIT_TEST
|
||||
#include <gtest/gtest.h>
|
||||
|
|
Loading…
Reference in New Issue