ugfx/src/gfile/fatfs/fatfs.c

22 lines
435 B
C
Raw Normal View History

2014-06-27 13:04:01 +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:
*
* http://ugfx.org/license.html
*/
/**
* @file src/gfile/fatfs/fatfs.c
* @brief GFILE FATFS wrapper.
*
*/
#include "gfx.h"
#if GFX_USE_GFILE && GFILE_NEED_FATFS
#include "src/ff.c"
2014-06-28 04:33:59 +00:00
#include "src/option/unicode.c"
2014-06-27 13:04:01 +00:00
#endif // GFX_USE_GFILE && GFILE_NEED_FATFS