Something kia rio starter 4chan #5701

another last step before debugger?
This commit is contained in:
rusefillc 2023-11-08 22:21:51 -05:00
parent 19c78d39b8
commit ec6e711745
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ void ButtonDebounce::debug() {
#if EFI_PROD_CODE || EFI_UNIT_TEST
efiPrintf("%s timeLast %d", listItem->m_name, listItem->timeLast);
efiPrintf("physical state %d value %d", listItem->getPhysicalState(), listItem->storedValue);
efiPrintf("mode %d", listItem->active_mode);
#endif
listItem = listItem->nextDebounce;