fatfs: rename DIR to FF_DIR to avoid conflict with dirent.h

This commit is contained in:
Ivan Grokhotkov
2017-01-03 03:45:11 +08:00
committed by Ivan Grokhotkov
parent 9398d1b1cc
commit d418776982
2 changed files with 11 additions and 7 deletions

View File

@@ -18,6 +18,7 @@
/----------------------------------------------------------------------------*/
#define FF_DEFINE_DIR
#include "ff.h" /* Declarations of FatFs API */
#include "diskio.h" /* Declarations of device I/O functions */