diff --git a/usart.h b/usart.h new file mode 100644 index 0000000..1de3daa --- /dev/null +++ b/usart.h @@ -0,0 +1,5 @@ +#ifndef __usart_H +#define __usart_H + +void usart_init(void); +#endif