mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -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
|
|
@ -192,7 +192,7 @@
|
|||
#define HAVE_ATA_SMART
|
||||
|
||||
/* define this if the device has larger sectors when accessed via USB */
|
||||
#define MAX_LOG_SECTOR_SIZE 4096
|
||||
#define MAX_VIRT_SECTOR_SIZE 4096
|
||||
|
||||
/* This is the minimum access size for the device, even if it's larger than the logical sector size */
|
||||
#define MAX_PHYS_SECTOR_SIZE 4096
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue