input has sizes hard-coded #836

This commit is contained in:
rusefi 2019-06-10 15:47:29 -04:00
parent 09a29be80e
commit 3068846bcf
1 changed files with 2 additions and 0 deletions

View File

@ -616,7 +616,9 @@ static void setWholeTimingMap(float value) {
static void setWholePhaseMapCmd(float value) {
scheduleMsg(&logger, "Setting whole injection phase map to %.2f", value);
#if IGN_LOAD_COUNT == DEFAULT_IGN_LOAD_COUNT
setMap(config->injectionPhase, value);
#endif
}
static void setWholeTimingMapCmd(float value) {