shuffle around ignition-related files

This commit is contained in:
Matthew Kennedy 2024-12-24 05:21:13 -05:00 committed by rusefillc
parent 6cf3c6340c
commit 6f3dcafeb4
2 changed files with 2 additions and 3 deletions

View File

@ -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 \
$(GENERATED_ENUMS_DIR)/auto_generated_enums.cpp \
$(GENERATED_ENUMS_DIR)/auto_generated_commonenum.cpp \

View File

@ -1,5 +1,5 @@
/**
* @file advance_map.cpp
* @file ignition_state.cpp
*
* @date Mar 27, 2013
* @author Andrey Belomutskiy, (c) 2012-2020
@ -20,7 +20,6 @@
#include "pch.h"
#include "advance_map.h"
#include "idle_thread.h"
#include "launch_control.h"
#include "gppwm_channel.h"