ugfx/src/gmisc/gmisc.c
inmarket c5a86757bd Make all include paths in ugfx relative.
The only include path now needed is for drivers (in particular GDISP drivers)
2015-11-21 19:27:08 +10:00

22 lines
328 B
C

/*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://ugfx.org/license.html
*/
#include "../../gfx.h"
#if GFX_USE_GMISC
void _gmiscInit(void)
{
}
void _gmiscDeinit(void)
{
}
#endif /* GFX_USE_GMISC */