Merge pull request #15266 from serifis84/patch-2

Update xdsp_17_universal.ino
This commit is contained in:
Theo Arends 2022-04-01 18:26:14 +02:00 committed by GitHub
commit 4b127aca00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {