better result for non-prod code

This commit is contained in:
rusefi 2017-07-10 21:43:03 -04:00
parent eb97b2ea20
commit 804378801a
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 */
}