#ifndef PC_H #define PC_H #include "gd32f10x.h" typedef struct usart2_data_buf_t { uint8_t data[5]; uint16_t data_cnt; } usart2_data_buf_t; #endif