call-board-configuration pull request (fix)

This commit is contained in:
Andrei 2017-04-22 01:30:10 +03:00
parent dc7a24d80f
commit a15d48a911
1 changed files with 1 additions and 0 deletions

View File

@ -869,6 +869,7 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_F) {
engineConfiguration->tpsAccelLength = 12;
engineConfiguration->tpsAccelEnrichmentThreshold = 40; // TPS % change, per engine cycle
// call overrided board-specific configuration setup, if needed (for custom boards only)
setBoardConfiguration();
}