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; } }