Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ffsformat.h
- 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
{