summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2006-10-25 10:17:57 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2006-10-25 10:17:57 +0000
commit710ccb7b483da9be9543ea40a99dee7fd6f8fa98 (patch)
treec2e06245a5c91bc1680fe3a033a44e4220fcc459 /firmware/export/config-ipodnano.h
parent22dfcdb3eca609a920787a154f758b54dd38a550 (diff)
downloadrockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.tar.gz
rockbox-710ccb7b483da9be9543ea40a99dee7fd6f8fa98.zip
ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austin Appel
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11338 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodnano.h')
-rw-r--r--firmware/export/config-ipodnano.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index e4a2b80d6f..db85fa8ee8 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -22,6 +22,9 @@
22/* define this if you have access to the pitchscreen */ 22/* define this if you have access to the pitchscreen */
23#define HAVE_PITCHSCREEN 23#define HAVE_PITCHSCREEN
24 24
25/* define this if you would like tagcache to build on this target */
26#define HAVE_TAGCACHE
27
25/* LCD dimensions */ 28/* LCD dimensions */
26#define LCD_WIDTH 176 29#define LCD_WIDTH 176
27#define LCD_HEIGHT 132 30#define LCD_HEIGHT 132