mirror of https://github.com/rusefi/wideband.git
TunerStudio: cleanup (#263)
This commit is contained in:
parent
51c2446889
commit
a454635612
|
@ -183,10 +183,6 @@ void TunerStudio::handlePageReadCommand(TsChannelBase* tsChannel, ts_response_fo
|
||||||
tsChannel->sendResponse(mode, addr, count);
|
tsChannel->sendResponse(mode, addr, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
void requestBurn(void) {
|
|
||||||
SaveConfiguration();
|
|
||||||
}
|
|
||||||
|
|
||||||
static void sendResponseCode(ts_response_format_e mode, TsChannelBase *tsChannel, const uint8_t responseCode) {
|
static void sendResponseCode(ts_response_format_e mode, TsChannelBase *tsChannel, const uint8_t responseCode) {
|
||||||
if (mode == TS_CRC) {
|
if (mode == TS_CRC) {
|
||||||
tsChannel->writeCrcPacket(responseCode, nullptr, 0);
|
tsChannel->writeCrcPacket(responseCode, nullptr, 0);
|
||||||
|
|
|
@ -27,8 +27,6 @@ void tunerStudioError(TsChannelBase* tsChannel, const char *msg);
|
||||||
|
|
||||||
uint8_t* getWorkingPageAddr();
|
uint8_t* getWorkingPageAddr();
|
||||||
|
|
||||||
void requestBurn(void);
|
|
||||||
|
|
||||||
void startTunerStudioConnectivity(void);
|
void startTunerStudioConnectivity(void);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue