summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/ipod6g.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index 58c91b29c6..7eb92f86db 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -191,10 +191,10 @@
191 191
192#define HAVE_ATA_SMART 192#define HAVE_ATA_SMART
193 193
194#define SECTOR_SIZE 512
195/* define this if the device has larger sectors when accessed via USB */ 194/* define this if the device has larger sectors when accessed via USB */
196#define MAX_LOG_SECTOR_SIZE 4096 195#define MAX_LOG_SECTOR_SIZE 4096
197//#define MAX_PHYS_SECTOR_SIZE 4096 // Only if we have various physical sector sizes 196/* This is the minimum access size for the device, even if it's larger than the logical sector size */
197#define MAX_PHYS_SECTOR_SIZE 4096
198 198
199#define HAVE_HARDWARE_CLICK 199#define HAVE_HARDWARE_CLICK
200 200