From 9b07aece2dfa3494cf35e8b388410341508d6224 Mon Sep 17 00:00:00 2001 From: pef Date: Fri, 24 Sep 2021 03:18:40 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Ddispatch=E5=8D=95?= =?UTF-8?q?=E8=AF=8D=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF=E3=80=82=20?= =?UTF-8?q?=E3=80=90=E8=83=8C=E6=99=AF=E3=80=91=20=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=9C=89=E9=94=99=E8=AF=AF=E5=8D=95=E8=AF=8D=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E8=AF=AD=20[ERR]=20Dsipatch=20signals=20failed!,=20re?= =?UTF-8?q?t:=2022=20=E8=BF=99=E9=87=8C=E5=8D=95=E8=AF=8D=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=AF=20dispatch=20=E3=80=82=20=E3=80=90=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=96=B9=E6=A1=88=E3=80=91=201.=20=E5=B0=86Dsipatch?= =?UTF-8?q?=E6=94=B9=E4=B8=BADispatch=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【影响】 对现有的产品编译不会有影响。 re #I4BLE8 Change-Id: I26d4336d6d7f7bfc4811819be0a1e8ba9d7d50a8 Signed-off-by: pef --- compat/posix/src/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/posix/src/time.c b/compat/posix/src/time.c index 692d5d0a..fecc3371 100644 --- a/compat/posix/src/time.c +++ b/compat/posix/src/time.c @@ -756,7 +756,7 @@ static VOID SwtmrProc(UINTPTR tmrArg) } return; EXIT: - PRINT_ERR("Dsipatch signals failed!, ret: %d\r\n", ret); + PRINT_ERR("Dispatch signals failed!, ret: %d\r\n", ret); return; } -- GitLab