bsp_uart.h 99 B

1234567
  1. #ifndef __bsp_uart_h__
  2. #define __bsp_uart_h__
  3. #include "main.h"
  4. void bsp_uart_init(void);
  5. #endif