14 lines
165 B
C

//
// Created by yelv1 on 24-12-30.
//
#ifndef USART_H
#define USART_H
#include "gd32e23x.h"
#include "board_config.h"
void rs485_config(void);
#endif //USART_H