MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / uart_debug_print

Function uart_debug_print

bsp/loongson/ls1cdev/libraries/ls1c_uart.c:234–238  ·  view source on GitHub ↗

* 在调试串口打印字符串 * @str 待打印的字符串 */

Source from the content-addressed store, hash-verified

232 * @str 待打印的字符串
233 */
234void uart_debug_print(const char *str)
235{
236 uart_print(debug_uart_info.UARTx, str);
237 return ;
238}
239
240
241/*

Callers

nothing calls this directly

Calls 1

uart_printFunction · 0.70

Tested by

no test coverage detected