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