diff --git a/firmware/console/binary/tunerstudio_io.h b/firmware/console/binary/tunerstudio_io.h index 4b7f046..ec335f7 100644 --- a/firmware/console/binary/tunerstudio_io.h +++ b/firmware/console/binary/tunerstudio_io.h @@ -49,7 +49,7 @@ public: virtual void flush() { } virtual bool isConfigured() const { return true; } virtual bool isReady() const { return true; } - virtual int reStart() { } + virtual int reStart() { return 0; } virtual void stop() { } // Base functions that use the above virtual implementation