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__ */
|
|