board_uart.h 95 B

1234567
  1. #ifndef _BOARD_UART_H_
  2. #define _BOARD_UART_H_
  3. void board_lpuart_config(void);
  4. #endif