drop unnecessary .extern statements
This commit is contained in:
parent
b4ebe4978b
commit
42c06f0da4
6
main.S
6
main.S
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user