From 42c06f0da4d02c5c47cce963141347374a4b6df7 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 28 Feb 2024 12:10:22 +0100 Subject: [PATCH] drop unnecessary .extern statements --- main.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.S b/main.S index 634a21a..318e5d8 100644 --- a/main.S +++ b/main.S @@ -58,9 +58,6 @@ screendata: screendataend: .byte 0xff - .section ".rodata" - .extern screendata_tmpl - .extern colors ;; .text is the name of the section, it is a hint for the linker to ;; allocate the section @@ -240,3 +237,6 @@ timer1_a0_isr_exit: .word _start .end + + +