diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/fat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h index 963c1fe..b809229 100644 --- a/firmware/export/fat.h +++ b/firmware/export/fat.h @@ -48,14 +48,6 @@ #define FAT_MAX_TRANSFER_SIZE 256 #endif -/* still experimental? */ -/* increasing this will increase the total memory used by the cache; the - cache, as noted in disk_cache.h, has other minimum requirements that may - prevent reducing its number of entries in order to compensate */ -#ifndef SECTOR_SIZE -#define SECTOR_SIZE 512 -#endif - /** ****************************************************************************/ |