uart_bridge.h 101 B

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