QuakeGod
2024-10-14 005755edcdc332315ba077598d4746ac195b069e
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
  ******************************************************************************
  * @file           : GlobalDef.h
  * @brief          : Header for GlobalDef.c file.
  *                   This file contains the Global defines of the application.
  ******************************************************************************
    */
#ifndef __GLOBALDEF_H__
#define __GLOBALDEF_H__
 
 
 
#endif  /* __GLOBALDEF_H__ */