only: isLaunchPreCondition
This commit is contained in:
parent
1788b58f98
commit
aa4005aa60
|
@ -92,6 +92,7 @@ bool LaunchControlBase::isLaunchConditionMet(int rpm) {
|
|||
|
||||
LaunchControlBase::LaunchControlBase() {
|
||||
launchActivatePinState = false;
|
||||
isLaunchPreCondition = false;
|
||||
isLaunchCondition = false;
|
||||
}
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ int retardThresholdRpm
|
|||
|
||||
bit combinedConditions
|
||||
bit launchActivatePinState
|
||||
bit isLaunchPreCondition
|
||||
bit isLaunchCondition
|
||||
bit isSwitchActivated
|
||||
bit isClutchActivated
|
||||
|
|
Loading…
Reference in New Issue