gd32e23x_template/inc/peripheral.h
2024-12-30 22:39:45 +08:00

12 lines
131 B
C

//
// Created by yelv1 on 24-9-22.
//
#ifndef PERIPHERAL_H
#define PERIPHERAL_H
void usart_config(void);
#endif //PERIPHERAL_H