move to can folder (#1195)

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
Matthew Kennedy 2020-03-18 20:20:00 -07:00 committed by GitHub
parent 194bf2e0bf
commit a96bf18604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ CONTROLLERS_SRC_CPP = \
$(CONTROLLERS_DIR)/engine_cycle/aux_valves.cpp \
$(CONTROLLERS_DIR)/flash_main.cpp \
$(CONTROLLERS_DIR)/injector_central.cpp \
$(CONTROLLERS_DIR)/obd2.cpp \
$(CONTROLLERS_DIR)/can/obd2.cpp \
$(CONTROLLERS_DIR)/engine_controller.cpp \
$(CONTROLLERS_DIR)/persistent_store.cpp \
@ -49,6 +49,7 @@ CONTROLLERS_INC=\
$(CONTROLLERS_DIR)/trigger \
$(CONTROLLERS_DIR)/sensors \
$(CONTROLLERS_DIR)/sensors/converters \
$(CONTROLLERS_DIR)/can \
$(CONTROLLERS_DIR)/core \
$(CONTROLLERS_DIR)/gauges \
$(CONTROLLERS_DIR)/math \