QuakeGod
2023-11-22 eaf5d5b7aa6e4155924d97802f581b7de835f0d8
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__ */