From 584e834b0dd1067d646ab42e65831feb24c20d1a Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 5 Mar 2024 16:21:56 +0100 Subject: [PATCH] comment --- main.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.S b/main.S index 7897021..977cf2d 100644 --- a/main.S +++ b/main.S @@ -53,7 +53,7 @@ .section ".data" screendata: - .rept 60 + .rept 60 ;; number of leds in hardward .byte 0 .endr screendataend: