usart.h 78 B

1234567
  1. #ifndef __USART_H
  2. #define __USART_H
  3. //
  4. void usart_init(void);
  5. #endif