usart.h 83 B

12345678
  1. #ifndef __USART_H
  2. #define __USART_H
  3. void init_usart(void);
  4. #endif // __USART_H