#ifndef __BSP_USART1_H #define __BSP_USART1_H #include "ch32v30x.h" void bsp_usart1_init(uint32_t baudrate); #endif