Starter is engaged on start-up in pull-up configuration #1969
maintainability
This commit is contained in:
parent
3878cbb550
commit
e6fa57db87
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue