Adam Green / FlashFileSystem
Revision:
2:ca35ecd2fae6
Parent:
1:a3cb118c4f6e
diff -r a3cb118c4f6e -r ca35ecd2fae6 ffsformat.h
--- a/ffsformat.h	Wed Aug 03 22:29:40 2011 +0000
+++ b/ffsformat.h	Sun Apr 05 10:04:44 2015 +0000
@@ -24,11 +24,6 @@
    Only the first 8 bytes are used and the NULL terminator discarded. */
 #define FILE_SYSTEM_SIGNATURE "FFileSys"
 
-/* The size of the FLASH on the device to search through for the file
-   system signature. */
-#define FILE_SYSTEM_FLASH_SIZE  (512 * 1024)
-
-
 /* Header stored at the beginning of the file system image. */
 typedef struct _SFileSystemHeader
 {