mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 08:02:34 -05:00
storage: rename MAX_LOG_SECTOR_SIZE to MAX_VIRT_SECTOR_SIZE
Change-Id: I34f00748c1b0935d65af5f0fc6bdd13356ff31e1
This commit is contained in:
parent
7ecab006c0
commit
bc6c189dcb
15 changed files with 38 additions and 38 deletions
|
|
@ -108,8 +108,8 @@
|
|||
#endif
|
||||
|
||||
/* this _could_ be larger than a sector if that would ever be useful */
|
||||
#ifdef MAX_LOG_SECTOR_SIZE
|
||||
#define DC_CACHE_BUFSIZE MAX_LOG_SECTOR_SIZE
|
||||
#ifdef MAX_VIRT_SECTOR_SIZE
|
||||
#define DC_CACHE_BUFSIZE MAX_VIRT_SECTOR_SIZE
|
||||
#else
|
||||
#define DC_CACHE_BUFSIZE SECTOR_SIZE
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue