From ebf01531c57c4a6c1e974d74d5f0744f040741ab Mon Sep 17 00:00:00 2001 From: Bas Grolleman Date: Sat, 23 May 2026 10:36:31 +0200 Subject: [PATCH] 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 --- arduino/cosplay_lights/lightshow_format.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arduino/cosplay_lights/lightshow_format.h b/arduino/cosplay_lights/lightshow_format.h index 8a718fc..01f6a4c 100644 --- a/arduino/cosplay_lights/lightshow_format.h +++ b/arduino/cosplay_lights/lightshow_format.h @@ -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; -} -` \ No newline at end of file +} \ No newline at end of file