todo boardTuneDefaults vs boardEngineTypeTune vs engine_type_e

This commit is contained in:
rusefillc 2024-03-24 22:07:58 -04:00
parent 2a114b4f95
commit ab14843b8a
1 changed files with 1 additions and 2 deletions

View File

@ -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 * 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 boardTuneDefaults() { }
PUBLIC_API_WEAK void boardEngineTypeTune(engine_type_e engineType) { } PUBLIC_API_WEAK void boardEngineTypeTune(engine_type_e engineType) { }
// Weak link a stub so that every board doesn't have to implement this function // Weak link a stub so that every board doesn't have to implement this function