Revised to support ability to have both SD and USB drives mounted.
Dependents: Multi-FileSystem Multi-FileSystem
Fork of FATFileSystem by
Revision 12:d816f503fc6f, committed 2017-07-29
- Comitter:
- WiredHome
- Date:
- Sat Jul 29 12:39:03 2017 +0000
- Parent:
- 11:2f7ad4af3ec1
- Commit message:
- Reduce the number of sectors definition
Changed in this revision
MemFileSystem.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2f7ad4af3ec1 -r d816f503fc6f MemFileSystem.h --- a/MemFileSystem.h Thu Jul 20 10:58:56 2017 +0000 +++ b/MemFileSystem.h Sat Jul 29 12:39:03 2017 +0000 @@ -10,7 +10,7 @@ // 4 Bytes / Sector, each 512 Bytes - malloc'd as required // Value was 2000 (8K) -#define NUM_SECTORS 500 +#define NUM_SECTORS 100 #define SECTOR_SIZE 512 // moved the zeroed RAM buffer to flash,