From 0a6e2a110928467d4eeebfa74ede6c0c356f9582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=A1=94=E5=A1=94?= <8376112+zheng-tata@user.noreply.gitee.com> Date: Mon, 20 Nov 2023 11:46:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20rt-thread-version/rt-thread-standard/p?= =?UTF-8?q?rogramming-manual/porting/porting.md.=20=E8=A1=A8=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E4=BB=8E=E4=BF=9D=E5=AD=98=20from?= =?UTF-8?q?=20=E7=9A=84=E4=B8=8A=E4=B8=8B=E6=96=87=E4=B8=8D=E9=80=9A?= =?UTF-8?q?=EF=BC=8C=E8=A1=A8=E7=A4=BA=E4=B8=8D=E9=9C=80=E8=A6=81=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=20from=20=E7=9A=84=E4=B8=8A=E4=B8=8B=E6=96=87?= =?UTF-8?q?=E4=BC=BC=E4=B9=8E=E9=80=9A=E9=A1=BA=E4=B8=80=E4=BA=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郑塔塔 <8376112+zheng-tata@user.noreply.gitee.com> --- .../rt-thread-standard/programming-manual/porting/porting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt-thread-version/rt-thread-standard/programming-manual/porting/porting.md b/rt-thread-version/rt-thread-standard/programming-manual/porting/porting.md index 29c9327..7697438 100644 --- a/rt-thread-version/rt-thread-standard/programming-manual/porting/porting.md +++ b/rt-thread-version/rt-thread-standard/programming-manual/porting/porting.md @@ -198,7 +198,7 @@ rt_hw_context_switch_to PROC LDR r1, =rt_interrupt_to_thread STR r0, [r1] - ; 设置 from 线程为空,表示不需要从保存 from 的上下文 + ; 设置 from 线程为空,表示不需要保存 from 的上下文 LDR r1, =rt_interrupt_from_thread MOV r0, #0x0 STR r0, [r1] -- Gitee