From ab14843b8a233ecd0de963d10e3dbdf89d0d14c7 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 24 Mar 2024 22:07:58 -0400 Subject: [PATCH] todo boardTuneDefaults vs boardEngineTypeTune vs engine_type_e --- firmware/controllers/algo/engine_configuration.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/controllers/algo/engine_configuration.cpp b/firmware/controllers/algo/engine_configuration.cpp index 4adfddad68..d0f7cabe63 100644 --- a/firmware/controllers/algo/engine_configuration.cpp +++ b/firmware/controllers/algo/engine_configuration.cpp @@ -163,10 +163,9 @@ void onBurnRequest() { /** * this hook is about https://github.com/rusefi/rusefi/wiki/Custom-Firmware and https://github.com/rusefi/rusefi/wiki/Canned-Tune-Process - * + * todo: why two hooks? is one already dead? */ PUBLIC_API_WEAK void boardTuneDefaults() { } - PUBLIC_API_WEAK void boardEngineTypeTune(engine_type_e engineType) { } // Weak link a stub so that every board doesn't have to implement this function