Only disable nitrous pins if nitrous is enabled
This commit is contained in:
parent
ced6a2a4a1
commit
d29fa98d75
|
@ -328,9 +328,13 @@ void nitrousControl()
|
|||
{
|
||||
currentStatus.nitrous_status = NITROUS_OFF;
|
||||
BIT_CLEAR(currentStatus.status3, BIT_STATUS3_NITROUS);
|
||||
|
||||
if(configPage10.n2o_enable > 0)
|
||||
{
|
||||
N2O_STAGE1_PIN_LOW();
|
||||
N2O_STAGE2_PIN_LOW();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void boostDisable()
|
||||
|
|
Loading…
Reference in New Issue