From a454635612c40ab692fb031d9a4f79a1e45f13b1 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Fri, 2 Jun 2023 00:44:01 -0400 Subject: [PATCH] TunerStudio: cleanup (#263) --- firmware/console/binary/tunerstudio.cpp | 4 ---- firmware/console/binary/tunerstudio.h | 2 -- 2 files changed, 6 deletions(-) diff --git a/firmware/console/binary/tunerstudio.cpp b/firmware/console/binary/tunerstudio.cpp index 47961ca..f6f8f6f 100644 --- a/firmware/console/binary/tunerstudio.cpp +++ b/firmware/console/binary/tunerstudio.cpp @@ -183,10 +183,6 @@ void TunerStudio::handlePageReadCommand(TsChannelBase* tsChannel, ts_response_fo tsChannel->sendResponse(mode, addr, count); } -void requestBurn(void) { - SaveConfiguration(); -} - static void sendResponseCode(ts_response_format_e mode, TsChannelBase *tsChannel, const uint8_t responseCode) { if (mode == TS_CRC) { tsChannel->writeCrcPacket(responseCode, nullptr, 0); diff --git a/firmware/console/binary/tunerstudio.h b/firmware/console/binary/tunerstudio.h index 81de96b..d2c7513 100644 --- a/firmware/console/binary/tunerstudio.h +++ b/firmware/console/binary/tunerstudio.h @@ -27,8 +27,6 @@ void tunerStudioError(TsChannelBase* tsChannel, const char *msg); uint8_t* getWorkingPageAddr(); -void requestBurn(void); - void startTunerStudioConnectivity(void); typedef struct {