#ifndef UART_H #define UART_H #include "gd32e23x.h" void rs485_init(void); #endif // UART_H