helping build?
This commit is contained in:
parent
27a94ed804
commit
c3876e06de
|
@ -272,9 +272,11 @@ void LimpManager::setFaultRevLimit(int limit) {
|
|||
m_faultRevLimit = minI(m_faultRevLimit, limit);
|
||||
}
|
||||
|
||||
#if EFI_ELECTRONIC_THROTTLE_BODY
|
||||
bool LimpManager::allowElectronicThrottle() const {
|
||||
return m_allowEtb || engine->etbIgnoreJamProtection;
|
||||
}
|
||||
#endif // EFI_ELECTRONIC_THROTTLE_BODY
|
||||
|
||||
bool LimpManager::allowTriggerInput() const {
|
||||
return m_allowTriggerInput;
|
||||
|
|
Loading…
Reference in New Issue