shuffle around ignition-related files
This commit is contained in:
parent
6cf3c6340c
commit
6f3dcafeb4
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
CONTROLLERS_ALGO_SRC_CPP = $(PROJECT_DIR)/controllers/algo/advance_map.cpp \
|
CONTROLLERS_ALGO_SRC_CPP = $(PROJECT_DIR)/controllers/algo/ignition/ignition_state.cpp \
|
||||||
$(PROJECT_DIR)/controllers/algo/malfunction_central.cpp \
|
$(PROJECT_DIR)/controllers/algo/malfunction_central.cpp \
|
||||||
$(GENERATED_ENUMS_DIR)/auto_generated_enums.cpp \
|
$(GENERATED_ENUMS_DIR)/auto_generated_enums.cpp \
|
||||||
$(GENERATED_ENUMS_DIR)/auto_generated_commonenum.cpp \
|
$(GENERATED_ENUMS_DIR)/auto_generated_commonenum.cpp \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* @file advance_map.cpp
|
* @file ignition_state.cpp
|
||||||
*
|
*
|
||||||
* @date Mar 27, 2013
|
* @date Mar 27, 2013
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
||||||
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
#include "advance_map.h"
|
|
||||||
#include "idle_thread.h"
|
#include "idle_thread.h"
|
||||||
#include "launch_control.h"
|
#include "launch_control.h"
|
||||||
#include "gppwm_channel.h"
|
#include "gppwm_channel.h"
|
Loading…
Reference in New Issue