logging of live data structs was: data points #3614

hmm
This commit is contained in:
rusefillc 2022-04-13 21:37:49 -04:00
parent 37d4adeb33
commit d78b09f651
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ const void * getStructAddr(live_data_e structId) {
// return static_cast<pid_state_s*>(getIdlePid());
//#endif /* EFI_IDLE_CONTROL */
default:
firmwareError(OBD_PCM_Processor_Fault, "getStructAddr not implemented for %d", (int)structId);
// huh? firmwareError(OBD_PCM_Processor_Fault, "getStructAddr not implemented for %d", (int)structId);
return nullptr;
}
}