From 48477bd8b1896aa71c6e4ea4cde218499ef5016a Mon Sep 17 00:00:00 2001 From: taitep Date: Sun, 21 Dec 2025 22:51:29 +0100 Subject: [PATCH] Make echo.S compatible with the C-compatible linker script --- echo.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo.S b/echo.S index 7c29fec..664380e 100644 --- a/echo.S +++ b/echo.S @@ -1,4 +1,4 @@ -.section .text +.section .text._start .globl _start .equ UART_DATA, 0