summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2011-02-27 23:40:55 +0000
committerMichael Sparmann <theseven@rockbox.org>2011-02-27 23:40:55 +0000
commit87f7dcf38ed521fcea5561e2a0b7954617f96e66 (patch)
tree6c87637c2e79c51d74d5fd7f680fcc3e9797a2c6
parenta5034bd244c143f41f49df79d997dd0e0a88ab9b (diff)
downloadrockbox-87f7dcf38ed521fcea5561e2a0b7954617f96e66.tar.gz
rockbox-87f7dcf38ed521fcea5561e2a0b7954617f96e66.zip
Fix misspelled define that was commented out anyway
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29450 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/ipod6g.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index e783612364..9871331ca2 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -185,7 +185,7 @@
185/* Define this if you can read an absolute wheel position */ 185/* Define this if you can read an absolute wheel position */
186#define HAVE_WHEEL_POSITION 186#define HAVE_WHEEL_POSITION
187 187
188//#define HAVE_ATA_BBT 188//#define ATA_HAVE_BBT
189//#define ATA_BBT_PAGES 3072 189//#define ATA_BBT_PAGES 3072
190 190
191#define SECTOR_SIZE 4096 191#define SECTOR_SIZE 4096