µGFX  2.9
version 2.9
gmisc_rules.h
Go to the documentation of this file.
1 /*
2  * This file is subject to the terms of the GFX License. If a copy of
3  * the license was not distributed with this file, you can obtain one at:
4  *
5  * http://ugfx.io/license.html
6  */
7 
8 /**
9  * @file src/gmisc/gmisc_rules.h
10  * @brief GMISC safety rules header file.
11  *
12  * @addtogroup GMISC
13  * @{
14  */
15 
16 #ifndef _GMISC_RULES_H
17 #define _GMISC_RULES_H
18 
19 #if GFX_USE_GMISC
20 #endif
21 
22 #endif /* _GMISC_RULES_H */
23 /** @} */