8 lines
139 B
C
8 lines
139 B
C
#ifndef _USARTU_H_XYZ
|
|
#define _USARTU_H_XYZ
|
|
|
|
void usart_puts(uint32_t usart, char * str);
|
|
void usart_putc(uint32_t usart, char c);
|
|
|
|
#endif
|