helping launch enter simulator

This commit is contained in:
rusefillc 2021-11-16 16:45:14 -05:00
parent 4807c0bf87
commit 6fdb98e84f
1 changed files with 1 additions and 1 deletions

View File

@ -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));