helping launch enter simulator
This commit is contained in:
parent
6e9db86b38
commit
dad00adc28
|
@ -22,7 +22,7 @@
|
|||
bool LaunchControlBase::isInsideSwitchCondition() {
|
||||
switch (CONFIG(launchActivationMode)) {
|
||||
case SWITCH_INPUT_LAUNCH:
|
||||
#if EFI_PROD_CODE
|
||||
#if !EFI_SIMULATOR
|
||||
if (isBrainPinValid(CONFIG(launchActivatePin))) {
|
||||
//todo: we should take into consideration if this sw is pulled high or low!
|
||||
launchActivatePinState = efiReadPin(CONFIG(launchActivatePin));
|
||||
|
|
Loading…
Reference in New Issue