mirror of https://github.com/arendst/Tasmota.git
Merge pull request #15266 from serifis84/patch-2
Update xdsp_17_universal.ino
This commit is contained in:
commit
4b127aca00
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue