Files
2025-08-17 02:58:32 +08:00

9 lines
95 B
C

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