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 0b3101d690
commit bc9d6089ec
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()); // return static_cast<pid_state_s*>(getIdlePid());
//#endif /* EFI_IDLE_CONTROL */ //#endif /* EFI_IDLE_CONTROL */
default: 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; return nullptr;
} }
} }