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

Function uart_debug_putc

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

* 在调试串口打印一个字符 * @ch 待打印的字符 */

Source from the content-addressed store, hash-verified

243 * @ch 待打印的字符
244 */
245void uart_debug_putc(unsigned char ch)
246{
247 uart_putc(debug_uart_info.UARTx, ch);
248 return ;
249}
250
251
252/*

Callers

nothing calls this directly

Calls 1

uart_putcFunction · 0.70

Tested by

no test coverage detected