a bit of dead code
This commit is contained in:
parent
facd8cd79b
commit
9d8afea152
|
@ -7,7 +7,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "globalaccess.h"
|
||||
#include "global_shared.h"
|
||||
#include "engine_module.h"
|
||||
#include "engine_state.h"
|
||||
#include "rpm_calculator.h"
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "globalaccess.h"
|
||||
#include "engine_configuration_generated_structures.h"
|
||||
|
||||
typedef struct {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "gear_controller.h"
|
||||
#include "globalaccess.h"
|
||||
#include "debounce.h"
|
||||
|
||||
#if EFI_TCU
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "globalaccess.h"
|
||||
#include "global_shared.h"
|
||||
#include "scheduler.h"
|
||||
#include "stored_value_sensor.h"
|
||||
#include "timer.h"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "io_pins.h"
|
||||
#include "persistent_configuration.h"
|
||||
#include "engine_configuration_generated_structures.h"
|
||||
#include "globalaccess.h"
|
||||
#include "simple_tcu.h"
|
||||
#include "tc_4l6x.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#include "debounce.h"
|
||||
#include "globalaccess.h"
|
||||
|
||||
void initStartStopButton();
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include "io_pins.h"
|
||||
#include "persistent_configuration.h"
|
||||
#include "engine_configuration_generated_structures.h"
|
||||
#include "globalaccess.h"
|
||||
#include "timer.h"
|
||||
|
||||
#if EFI_TCU
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
/*
|
||||
* @file globalaccess.h
|
||||
*
|
||||
* unit_tests have a more meaningful version of this header
|
||||
*
|
||||
* @date Jan 28, 2019
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "global_shared.h"
|
||||
|
|
@ -10,7 +10,6 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
#include "globalaccess.h"
|
||||
#include "io_pins.h"
|
||||
|
||||
class ButtonDebounce {
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
/*
|
||||
* @file globalaccess.h
|
||||
* @file See firmware/globalaccesss.h for more details.
|
||||
*
|
||||
* @date Jan 28, 2019
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "global_shared.h"
|
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* @file globalaccess.h
|
||||
*
|
||||
* @date Jan 28, 2019
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "global.h"
|
Loading…
Reference in New Issue