Skip to content

Commit

Permalink
The Big Refactoring of 2019: folder structure #723
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Dec 8, 2019
1 parent c5cfd21 commit cf8c6e7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion firmware/controllers/controllers.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CONTROLLERS_SRC_CPP = \
$(CONTROLLERS_DIR)/system/timer/event_queue.cpp \
$(CONTROLLERS_DIR)/settings.cpp \
$(CONTROLLERS_DIR)/core/error_handling.cpp \
$(CONTROLLERS_DIR)/map_averaging.cpp \
$(CONTROLLERS_DIR)/engine_cycle/map_averaging.cpp \
$(CONTROLLERS_DIR)/flash_main.cpp \
$(CONTROLLERS_DIR)/injector_central.cpp \
$(CONTROLLERS_DIR)/obd2.cpp \
Expand All @@ -38,6 +38,7 @@ CONTROLLERS_INC=\
$(CONTROLLERS_DIR)/system \
$(CONTROLLERS_DIR)/system/timer \
$(CONTROLLERS_DIR)/algo \
$(CONTROLLERS_DIR)/engine_cycle \
$(CONTROLLERS_DIR)/trigger/decoders \
$(CONTROLLERS_DIR)/trigger \
$(CONTROLLERS_DIR)/sensors \
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions firmware/controllers/engine_cycle/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.

0 comments on commit cf8c6e7

Please sign in to comment.