From d78b09f6512cd269e9cfa955ddf9587975b3fd17 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 13 Apr 2022 21:37:49 -0400 Subject: [PATCH] logging of live data structs was: data points #3614 hmm --- firmware/console/binary/tunerstudio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/console/binary/tunerstudio.cpp b/firmware/console/binary/tunerstudio.cpp index 83c0a00c9c..b52e710d78 100644 --- a/firmware/console/binary/tunerstudio.cpp +++ b/firmware/console/binary/tunerstudio.cpp @@ -221,7 +221,7 @@ const void * getStructAddr(live_data_e structId) { // return static_cast(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; } }