uart_bridge.h 165 B

1234567891011121314
  1. #ifndef __UART_BRIDGE_H
  2. #define __UART_BRIDGE_H
  3. //
  4. void init_usart(void);
  5. //
  6. void ub_init_os(void);
  7. //
  8. void usart_bridge_rx_cb(void);
  9. #endif // __UART_BRIDGE_H