#ifndef _COMMON_H_
#define _COMMON_H_
#include "gd32f4xx.h"
#include "comm_types.h"
#include "string.h"
#include "lib_def.h"
#include "pdebug.h"
#include "app_cfg.h"
#endif