ugfx/src/gmisc/gmisc.c

28 lines
392 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:
*
2013-07-21 20:20:37 +00:00
* http://ugfx.org/license.html
2013-07-16 05:29:59 +00:00
*/
/**
* @file src/gmisc/gmisc.c
* @brief GMISC Functions.
*
*/
#include "gfx.h"
#if GFX_USE_GMISC
void _gmiscInit(void)
{
}
void _gmiscDeinit(void)
{
2013-07-16 05:29:59 +00:00
}
#endif /* GFX_USE_GMISC */