Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ rt_hw_console_output
Function
rt_hw_console_output
bsp/wh44b0/board.c:196–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
#endif
195
196
void rt_hw_console_output(const char* string)
197
{
198
while (*string)
199
{
200
rt_serial_putc(*string++);
201
}
202
}
203
204
/*@}*/
Callers
nothing calls this directly
Calls
1
rt_serial_putc
Function · 0.50
Tested by
no test coverage detected