From ef659661d4af1175c2ac9608da21dadb4b76a7ee Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 14 Aug 2022 19:42:15 -0400 Subject: [PATCH] =?UTF-8?q?[kservice]=20=E5=A2=9E=E5=8A=A0=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/kservice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kservice.c b/src/kservice.c index 1704f9d600..ef7f38ba2e 100644 --- a/src/kservice.c +++ b/src/kservice.c @@ -50,7 +50,7 @@ RT_WEAK void rt_hw_us_delay(rt_uint32_t us) { (void) us; RT_DEBUG_LOG(RT_DEBUG_DEVICE, ("rt_hw_us_delay() doesn't support for this board." - "Please consider implementing rt_hw_us_delay() in another file.")); + "Please consider implementing rt_hw_us_delay() in another file.\n")); } static const char* rt_errno_strs[] = -- GitLab