parent
f6095b8339
commit
bd599ab374
|
@ -60,6 +60,9 @@ struct persistent_config_s;
|
|||
persistent_config_s *config = engine->config; \
|
||||
(void)engineConfiguration; \
|
||||
(void)config;
|
||||
|
||||
#define CONFIG(x) engineConfiguration->x
|
||||
#define ENGINE(x) engine->x
|
||||
#else // EFI_UNIT_TEST
|
||||
|
||||
// These are the non-unit-test (AKA real firmware) noop versions
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#include "engine_configuration.h"
|
||||
|
||||
#include "test_signal_executor.h"
|
||||
#include "trigger_central.h"
|
||||
#include "map_resize.h"
|
||||
#include "engine_math.h"
|
||||
|
|
|
@ -9,6 +9,3 @@
|
|||
|
||||
#include "global.h"
|
||||
#include "engine_ptr.h"
|
||||
|
||||
#define CONFIG(x) engineConfiguration->x
|
||||
#define ENGINE(x) engine->x
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include "global.h"
|
||||
|
||||
#include "test_signal_executor.h"
|
||||
#include "io_pins.h"
|
||||
#include "event_queue.h"
|
||||
#include "pwm_generator_logic.h"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
/**
|
||||
* @file test_signal_executor.h
|
||||
*
|
||||
* @date Nov 28, 2013
|
||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
int getRevolutionCounter();
|
Loading…
Reference in New Issue