rt-thread/bsp/simulator/drivers/uart_console.h

7 lines
88 B
C

#ifndef UART_CONSOLE_H__
#define UART_CONSOLE_H__
int uart_console_init(void);
#endif