call-board-configuration pull request (fix)
This commit is contained in:
parent
1643a44706
commit
02c36759f5
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue