#657 pulling global access down
This commit is contained in:
parent
57c6b75e81
commit
e7a694a87c
|
@ -25,11 +25,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
#include "engine_configuration.h"
|
||||||
#include "rpm_calculator.h"
|
#include "rpm_calculator.h"
|
||||||
#include "pwm_generator.h"
|
#include "pwm_generator.h"
|
||||||
#include "idle_thread.h"
|
#include "idle_thread.h"
|
||||||
#include "pin_repository.h"
|
#include "pin_repository.h"
|
||||||
#include "engine_configuration.h"
|
|
||||||
#include "engine.h"
|
#include "engine.h"
|
||||||
#include "stepper.h"
|
#include "stepper.h"
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,6 @@ typedef unsigned int time_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "common_headers.h"
|
#include "common_headers.h"
|
||||||
#include "controllers/global_shared.h"
|
|
||||||
|
|
||||||
#include "io_pins.h"
|
#include "io_pins.h"
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
#ifndef GLOBALACCESS_H_
|
#ifndef GLOBALACCESS_H_
|
||||||
#define GLOBALACCESS_H_
|
#define GLOBALACCESS_H_
|
||||||
|
|
||||||
|
#include "controllers/global_shared.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* GLOBALACCESS_H_ */
|
#endif /* GLOBALACCESS_H_ */
|
||||||
|
|
|
@ -10,16 +10,16 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "can_hw.h"
|
|
||||||
#include "string.h"
|
|
||||||
#include "obd2.h"
|
|
||||||
|
|
||||||
#if EFI_CAN_SUPPORT || defined(__DOXYGEN__)
|
#if EFI_CAN_SUPPORT || defined(__DOXYGEN__)
|
||||||
|
|
||||||
|
#include "engine_configuration.h"
|
||||||
#include "pin_repository.h"
|
#include "pin_repository.h"
|
||||||
|
#include "can_hw.h"
|
||||||
|
#include "string.h"
|
||||||
|
#include "obd2.h"
|
||||||
#include "mpu_util.h"
|
#include "mpu_util.h"
|
||||||
#include "engine_state.h"
|
#include "engine_state.h"
|
||||||
#include "engine_configuration.h"
|
|
||||||
#include "vehicle_speed.h"
|
#include "vehicle_speed.h"
|
||||||
|
|
||||||
EXTERN_ENGINE
|
EXTERN_ENGINE
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "common_headers.h"
|
#include "common_headers.h"
|
||||||
#include "global_shared.h"
|
|
||||||
|
|
||||||
#include "boards.h"
|
#include "boards.h"
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
#ifndef SIMULATOR_GLOBALACCESS_H_
|
#ifndef SIMULATOR_GLOBALACCESS_H_
|
||||||
#define SIMULATOR_GLOBALACCESS_H_
|
#define SIMULATOR_GLOBALACCESS_H_
|
||||||
|
|
||||||
|
#include "global_shared.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif /* SIMULATOR_GLOBALACCESS_H_ */
|
#endif /* SIMULATOR_GLOBALACCESS_H_ */
|
||||||
|
|
Loading…
Reference in New Issue