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