input has sizes hard-coded #836
This commit is contained in:
parent
09a29be80e
commit
3068846bcf
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue