µGFX  2.9
version 2.9
gmisc.c
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 #include "../../gfx.h"
9 
10 #if GFX_USE_GMISC
11 
12 void _gmiscInit(void)
13 {
14 
15 }
16 
17 void _gmiscDeinit(void)
18 {
19 
20 }
21 
22 #endif /* GFX_USE_GMISC */