13 lines
235 B
C
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
|