better result for non-prod code

This commit is contained in:
rusefi 2017-07-10 21:43:03 -04:00
parent db8838e8ee
commit 99a78ed8af
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ bool OutputPin::isInitialized() {
#if EFI_GPIO_HARDWARE || defined(__DOXYGEN__)
return port != NULL;
#else /* EFI_GPIO_HARDWARE */
return false;
return true;
#endif /* EFI_GPIO_HARDWARE */
}