We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c6e73 commit ef65966Copy full SHA for ef65966
src/kservice.c
@@ -50,7 +50,7 @@ RT_WEAK void rt_hw_us_delay(rt_uint32_t us)
50
{
51
(void) us;
52
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."));
+ "Please consider implementing rt_hw_us_delay() in another file.\n"));
54
}
55
56
static const char* rt_errno_strs[] =
0 commit comments