7 lines
93 B
C
7 lines
93 B
C
#ifndef __UART_H__
|
|
#define __UART_H__
|
|
|
|
extern void uart_init(void);
|
|
|
|
|
|
#endif /* __UART_H__ */ |