refactoring

This commit is contained in:
rusefi 2018-09-16 22:39:46 -04:00
parent 1f90cf153d
commit 98c7ad808c
34 changed files with 34 additions and 34 deletions

View File

@ -1,5 +1,5 @@
#include "main.h"
#include "global.h"
#include "bootloader/bootloader.h"
#if defined(EFI_BOOTLOADER_INCLUDE_CODE) || defined(__DOXYGEN__)

View File

@ -7,7 +7,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include <main.h>
#include "global.h"
#include "flash_main.h"
#include "eficonsole.h"

View File

@ -9,6 +9,6 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "can_hw.h"

View File

@ -22,7 +22,7 @@
* @{
*/
#include "main.h"
#include "global.h"
#if EFI_PERF_METRICS || defined(__DOXYGEN__)

View File

@ -14,7 +14,7 @@
limitations under the License.
*/
#include "main.h"
#include "global.h"
#if EFI_PERF_METRICS
#include "test.h"

View File

@ -3,7 +3,7 @@
* @brief Lower-level code related to internal flash memory
*/
#include "main.h"
#include "global.h"
#if EFI_INTERNAL_FLASH || defined(__DOXYGEN__)

View File

@ -6,7 +6,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#if EFI_MCP_3208 || defined(__DOXYGEN__)
#include "mcp3208.h"

View File

@ -14,7 +14,7 @@
limitations under the License.
*/
#include "main.h"
#include "global.h"
#if HAL_USE_SERIAL_USB || defined(__DOXYGEN__)

View File

@ -6,7 +6,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#if EFI_USB_SERIAL || defined(__DOXYGEN__)

View File

@ -6,7 +6,7 @@
*/
#include "data_buffer.h"
#include "main.h"
#include "global.h"
#if EFI_PROD_CODE
//#include "eficonsole.h"
#endif /* EFI_PROD_CODE */

View File

@ -11,7 +11,7 @@
#include <string.h>
#include "histogram.h"
#include "main.h"
#include "global.h"
#if EFI_HISTOGRAMS || EFI_UNIT_TEST

View File

@ -20,7 +20,7 @@
*/
#include <string.h>
#include "main.h"
#include "global.h"
#include "rfiutil.h"
/*

View File

@ -14,7 +14,7 @@
limitations under the License.
*/
#include "main.h"
#include "global.h"
#include "chprintf.h"
#include "rusEfiFunctionalTest.h"
#include "framework.h"

View File

@ -5,7 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "boards.h"
#include "engine.h"
#include "adc_math.h"

View File

@ -5,7 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "framework.h"
efitick_t getTimeNowNt(void) {

View File

@ -10,7 +10,7 @@
#include <math.h>
#include "main.h"
#include "global.h"
#include "error_handling.h"
#include "test_accel_enrichment.h"
#include "test_interpolation_3d.h"

View File

@ -9,7 +9,7 @@
#include "fuel_math.h"
#include "interpolation.h"
#include "engine_configuration.h"
#include "main.h"
#include "global.h"
#if 1

View File

@ -6,7 +6,7 @@
* Author: Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "accel_enrichment.h"
#include "test_accel_enrichment.h"
#include "engine_configuration.h"

View File

@ -5,7 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "engine_math.h"
#include "interpolation.h"
#include "unit_test_framework.h"

View File

@ -9,7 +9,7 @@
#include <stdlib.h>
#include "interpolation.h"
#include "main.h"
#include "global.h"
#include "unit_test_framework.h"
float rpmBins[5] = { 100, 200, 300, 400, 500 };

View File

@ -6,7 +6,7 @@
*/
#include "test_engine_math.h"
#include "main.h"
#include "global.h"
#include "engine_math.h"
#include "engine_configuration.h"
#include "map.h"

View File

@ -7,7 +7,7 @@
#ifndef TEST_FASTERENGINESPINNINGUP_H_
#define TEST_FASTERENGINESPINNINGUP_H_
#include "main.h"
#include "global.h"
void testFasterEngineSpinningUp();

View File

@ -7,7 +7,7 @@
#ifndef TEST_FUELCUT_H_
#define TEST_FUELCUT_H_
#include "main.h"
#include "global.h"
void testFuelCut();

View File

@ -6,7 +6,7 @@
*/
#include "test_fuel_map.h"
#include "main.h"
#include "global.h"
#include "engine_configuration.h"
#include "fuel_math.h"
#include "trigger_structure.h"

View File

@ -7,7 +7,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "test_logic_expression.h"
#include "fsio_impl.h"
#include "cli_registry.h"

View File

@ -5,7 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "test_pid_auto.h"
#include "pid_auto_tune.h"
#include "unit_test_framework.h"

View File

@ -5,7 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "thermistors.h"
#include "allsensors.h"
#include "hip9011_lookup.h"

View File

@ -6,7 +6,7 @@
*/
#include <time.h>
#include "main.h"
#include "global.h"
#include "signal_executor.h"
#include "test_signal_executor.h"

View File

@ -5,7 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "engine_test_helper.h"
#include "speed_density.h"
#include "test_speed_density.h"

View File

@ -8,7 +8,7 @@
#ifndef TEST_STARTOFCRANKINGPRIMINGPULSE_H_
#define TEST_STARTOFCRANKINGPRIMINGPULSE_H_
#include "main.h"
#include "global.h"
void testPlainCrankingWithoutAdvancedFeatures();
void testStartOfCrankingPrimingPulse();

View File

@ -5,7 +5,7 @@
* @author Andrey Belomutskiy, (c) 2012-2018
*/
#include "main.h"
#include "global.h"
#include "test_trigger_decoder.h"
#include "trigger_decoder.h"
#include "engine_math.h"

View File

@ -4,7 +4,7 @@
* @date Apr 20, 2018
*/
#include "main.h"
#include "global.h"
#include "test_trigger_decoder.h"
#include "trigger_decoder.h"
#include "engine_math.h"

View File

@ -9,7 +9,7 @@
#include "test_util.h"
#include "cyclic_buffer.h"
#include "main.h"
#include "global.h"
#include "histogram.h"
#include "malfunction_central.h"

View File

@ -6,7 +6,7 @@
*/
#include <stdlib.h>
#include "main.h"
#include "global.h"
void assertEqualsM5(const char *prefix, const char *message, float expected, float actual, float EPS) {
char msg[100];