This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
root
/
rt-thread
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
8a3cfe09b7
Branches
Tags
master
rt-thread
/
bsp
/
simulator
/
drivers
/
uart_console.h
uart_console.h
88 B
Histórico
Raw
1
2
3
4
5
6
#ifndef UART_CONSOLE_H__
#define UART_CONSOLE_H__
int uart_console_init(void);
#endif