Fix single cylinder staging configuration (#1028)

This commit is contained in:
tx_haggis 2023-04-06 19:03:06 -05:00 committed by GitHub
parent a309659b69
commit 8794f51550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ void initialiseAll(void)
if(configPage10.stagingEnabled == true)
{
BIT_SET(channelInjEnabled, INJ2_CMD_BIT);
channel3InjDegrees = channel1InjDegrees;
channel2InjDegrees = channel1InjDegrees;
}
break;