generated from hulk/gd32e23x_template_cmake_vscode
9 lines
95 B
C
9 lines
95 B
C
#ifndef UART_H
|
|
#define UART_H
|
|
|
|
#include "gd32e23x.h"
|
|
|
|
void rs485_init(void);
|
|
|
|
#endif // UART_H
|