drop unnecessary .extern statements

This commit is contained in:
Wolfgang Hottgenroth 2024-02-28 12:10:22 +01:00
parent b4ebe4978b
commit 42c06f0da4

6
main.S
View File

@ -58,9 +58,6 @@ screendata:
screendataend: screendataend:
.byte 0xff .byte 0xff
.section ".rodata"
.extern screendata_tmpl
.extern colors
;; .text is the name of the section, it is a hint for the linker to ;; .text is the name of the section, it is a hint for the linker to
;; allocate the section ;; allocate the section
@ -240,3 +237,6 @@ timer1_a0_isr_exit:
.word _start .word _start
.end .end