Skip to content

Commit ef65966

Browse files
committed
[kservice] 增加换行符
1 parent 53c6e73 commit ef65966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kservice.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RT_WEAK void rt_hw_us_delay(rt_uint32_t us)
5050
{
5151
(void) us;
5252
RT_DEBUG_LOG(RT_DEBUG_DEVICE, ("rt_hw_us_delay() doesn't support for this board."
53-
"Please consider implementing rt_hw_us_delay() in another file."));
53+
"Please consider implementing rt_hw_us_delay() in another file.\n"));
5454
}
5555

5656
static const char* rt_errno_strs[] =

0 commit comments

Comments
 (0)