From 453161a1c0d0af0c476d9dd1b2b94b32b83f185e Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 25 Jun 2022 21:22:54 -0400 Subject: [PATCH] visiting "live data" tab causes fatal error on ECU fix #4271 --- firmware/console/binary/tunerstudio.h | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/console/binary/tunerstudio.h b/firmware/console/binary/tunerstudio.h index b9af146533..c644615982 100644 --- a/firmware/console/binary/tunerstudio.h +++ b/firmware/console/binary/tunerstudio.h @@ -33,7 +33,6 @@ void tunerStudioDebug(TsChannelBase* tsChannel, const char *msg); void tunerStudioError(TsChannelBase* tsChannel, const char *msg); uint8_t* getWorkingPageAddr(); -const void * getStructAddr(live_data_e structId); #if EFI_TUNER_STUDIO #include "thread_controller.h"