mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 01:33:31 +08:00
7 lines
88 B
C
7 lines
88 B
C
#ifndef UART_CONSOLE_H__
|
|
#define UART_CONSOLE_H__
|
|
|
|
int uart_console_init(void);
|
|
|
|
#endif
|