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

Function uart2_print

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

* 在串口2上打印字符串 * @str 待打印的字符串 */

Source from the content-addressed store, hash-verified

221 * @str 待打印的字符串
222 */
223void uart2_print(const char *str)
224{
225 uart_print(LS1C_UART2, str);
226 return ;
227}
228
229
230/*

Callers

nothing calls this directly

Calls 1

uart_printFunction · 0.70

Tested by

no test coverage detected