call-board-configuration pull request

This commit is contained in:
Andrei 2017-04-22 01:11:36 +03:00
parent 396746dd9a
commit 7afeecc862
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,8 @@
#include "zil130.h"
#include "honda_600.h"
#include "board.h"
EXTERN_ENGINE;
#if EFI_TUNER_STUDIO || defined(__DOXYGEN__)
@ -866,6 +868,8 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_F) {
engineConfiguration->tpsAccelLength = 12;
engineConfiguration->tpsAccelEnrichmentThreshold = 40; // TPS % change, per engine cycle
boardInit();
}
void resetConfigurationExt(Logging * logger, engine_type_e engineType DECLARE_ENGINE_PARAMETER_S) {