From d0505d3c11f86589524a89bddf4dc00d8f8a6abb Mon Sep 17 00:00:00 2001 From: TuxSH Date: Fri, 28 Dec 2018 23:50:40 +0100 Subject: [PATCH] Revert "Merge pull request #313 from jul2003/master" This reverts commit dad67de8af3aa890bff2631cb15f5e2369523ee5, reversing changes made to af55d5872ccf86a5ae64eaa9eb8056fbd4487ae6. --- fusee/fusee-secondary/src/lib/fatfs/ff.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fusee/fusee-secondary/src/lib/fatfs/ff.h b/fusee/fusee-secondary/src/lib/fatfs/ff.h index e00f5f79d..cd90d6d6d 100644 --- a/fusee/fusee-secondary/src/lib/fatfs/ff.h +++ b/fusee/fusee-secondary/src/lib/fatfs/ff.h @@ -187,7 +187,6 @@ typedef struct { /* Directory object structure (DIR) */ -#ifndef _dirent_h_ typedef struct { FFOBJID obj; /* Object identifier */ DWORD dptr; /* Current read/write offset */ @@ -202,7 +201,7 @@ typedef struct { const TCHAR* pat; /* Pointer to the name matching pattern */ #endif } DIR; -#endif + /* File information structure (FILINFO) */