Skip to content

Commit

Permalink
https://github.com/rusefi/rusefi/issues/6195
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Mar 10, 2024
1 parent ba52961 commit f7b99d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion board.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
BOARDINC += $(BOARD_DIR)/generated/controllers/generated

BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp \
$(BOARD_DIR)/default_tune.cpp \



# defines SHORT_BOARD_NAME
include $(BOARD_DIR)/meta-info.env
Expand Down
5 changes: 5 additions & 0 deletions default_tune.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#include "pch.h"

void boardTuneDefaults() {
engineConfiguration->displacement = 1.8;
}

0 comments on commit f7b99d2

Please sign in to comment.