From d54c8665a30cbf7b23fdeaac7f2c03dd929418f3 Mon Sep 17 00:00:00 2001 From: Grigorios Vassilopoulos <88079159+serifis84@users.noreply.github.com> Date: Fri, 1 Apr 2022 18:52:43 +0300 Subject: [PATCH] Update xdsp_17_universal.ino Throw error when compiling with #define DSP_ROM_DESC xdsp_17_universal.ino:65:1: error: expected ',' or ';' before 'Renderer' Renderer *Init_uDisplay(const char *desc) { ^ --- tasmota/xdsp_17_universal.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xdsp_17_universal.ino b/tasmota/xdsp_17_universal.ino index d557bd610..966bec7da 100644 --- a/tasmota/xdsp_17_universal.ino +++ b/tasmota/xdsp_17_universal.ino @@ -59,7 +59,7 @@ void Core2DisplayDim(uint8_t dim); /*********************************************************************************************/ #ifdef DSP_ROM_DESC -const char DSP_SAMPLE_DESC[] PROGMEM = DSP_ROM_DESC +const char DSP_SAMPLE_DESC[] PROGMEM = DSP_ROM_DESC; #endif // DSP_ROM_DESC /*********************************************************************************************/ Renderer *Init_uDisplay(const char *desc) {