This commit is contained in:
Wolfgang Hottgenroth 2024-03-05 16:21:56 +01:00
parent fbe779d3b8
commit 584e834b0d

2
main.S
View File

@ -53,7 +53,7 @@
.section ".data"
screendata:
.rept 60
.rept 60 ;; number of leds in hardward
.byte 0
.endr
screendataend: