Scans the folder structure.

Dependents:   GR-PEACH_Digital_Signage

Files at this revision

API Documentation at this revision

Comitter:
dkato
Date:
Thu Jul 28 09:01:32 2016 +0000
Parent:
0:c72b82f46360
Commit message:
Add include "FATFileSystem.h".

Changed in this revision

scan_folder.h Show annotated file Show diff for this revision Revisions of this file
diff -r c72b82f46360 -r 96838d590e9c scan_folder.h
--- a/scan_folder.h	Tue May 31 01:50:12 2016 +0000
+++ b/scan_folder.h	Thu Jul 28 09:01:32 2016 +0000
@@ -25,6 +25,7 @@
 #define SCAN_FOLDER_H
 
 #include "r_typedefs.h"
+#include "FATFileSystem.h"
 
 /*--- Macro definition of folder scan ---*/
 #define MAX_FOLDER_NUM      (99u)       /* Supported number of folders */