From 84cf68a93d8573757324cafa77f586163f24567f Mon Sep 17 00:00:00 2001 From: Createtree <2291926431@qq.com> Date: Sat, 2 Aug 2025 16:36:47 +0000 Subject: [PATCH] =?UTF-8?q?update=20prj/src/startup.s.=20=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E6=96=B0=E7=89=88=E6=9C=AC=E7=9A=84arm-none-eabi-gcc?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Createtree <2291926431@qq.com> --- prj/src/startup.s | 1 + 1 file changed, 1 insertion(+) diff --git a/prj/src/startup.s b/prj/src/startup.s index c1f7e03..653b3a6 100644 --- a/prj/src/startup.s +++ b/prj/src/startup.s @@ -6,6 +6,7 @@ .word 0x20008000 .word boot_code + .text .global boot_code .type boot_code, %function boot_code: -- Gitee