yelvlab b0b2966efc Revert "更改协议处理部分,但是串口没反应?"
This reverts commit 705cb687647e05a290d148b914362a30ae59c610.
2025-01-20 15:29:12 +08:00

16 lines
191 B
C

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