#ifndef __bsp_uart_h__ #define __bsp_uart_h__ #include "main.h" void bsp_uart_init(void); #endif