Files
gd32e230_bootloader/Inc/uart.h
2025-09-27 11:10:53 +08:00

9 lines
95 B
C

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