Starter is engaged on start-up in pull-up configuration #1969

maintainability
This commit is contained in:
rusefillc 2020-11-20 00:18:38 -05:00
parent 3878cbb550
commit e6fa57db87
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void ButtonDebounce::debug() {
while (listItem != nullptr) {
#if EFI_PROD_CODE || EFI_UNIT_TEST
scheduleMsg(logger, "%s timeLast %d", listItem->name, listItem->timeLast);
scheduleMsg(logger, "pin %d", efiReadPin(listItem->active_pin));
scheduleMsg(logger, "physical state %d value %d", efiReadPin(listItem->active_pin), listItem->storedValue);
#endif
listItem = listItem->nextDebounce;