Fix stray backtick at end of lightshow_format.h

Markdown artifact caused a compile error: stray '`' in program.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-23 10:36:31 +02:00
parent e9a12f66a9
commit ebf01531c5
+1 -2
View File
@@ -48,5 +48,4 @@ inline ShowDef read_show_def(const ShowDef* ptr) {
sd.length = pgm_read_word(&ptr->length);
sd.mode = pgm_read_byte(&ptr->mode);
return sd;
}
`
}