ugfx/src/gmisc/gmisc.c

23 lines
327 B
C
Raw Normal View History

2013-07-16 05:29:59 +00:00
/*
* 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:
*
2018-10-01 15:32:39 +00:00
* http://ugfx.io/license.html
2013-07-16 05:29:59 +00:00
*/
#include "../../gfx.h"
2013-07-16 05:29:59 +00:00
#if GFX_USE_GMISC
void _gmiscInit(void)
{
}
void _gmiscDeinit(void)
{
2013-07-16 05:29:59 +00:00
}
#endif /* GFX_USE_GMISC */