Files
TencentOS-tiny/board/GigaDevice_GD32VF103C_EVAL/BSP/Inc/mcu_init.h
2019-10-24 16:07:48 +08:00

13 lines
235 B
C

#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#include "gd32vf103.h"
#include "usart.h"
#include "gd32vf103v_eval.h"
#include "gd32vf103v_lcd_eval.h"
#include "touch_panel.h"
#include "picture.h"
void board_init();
#endif //__MCU_INIT_H