summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-13 20:36:21 +0000
committerDave Chapman <dave@dchapman.com>2009-10-13 20:36:21 +0000
commite3bd45ef81a963ee4b893e72c1a65c554e1c1d3b (patch)
tree8727564454494f5ba4976b4357e1b770a2a04c53
parent8a148d2c236f646d0c68d63a61084d97fd400f89 (diff)
downloadrockbox-e3bd45ef81a963ee4b893e72c1a65c554e1c1d3b.tar.gz
rockbox-e3bd45ef81a963ee4b893e72c1a65c554e1c1d3b.zip
The Nano2G also qualifies for HAVE_WHEEL_POSITION
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23161 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-ipodnano2g.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index e13f15247b..e733aa95e3 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -164,6 +164,9 @@
164/* We reboot into the OF to handle USB */ 164/* We reboot into the OF to handle USB */
165#define USB_HANDLED_BY_OF 165#define USB_HANDLED_BY_OF
166 166
167/* Define this if you can read an absolute wheel position */
168#define HAVE_WHEEL_POSITION
169
167/* Define this if you have adjustable CPU frequency */ 170/* Define this if you have adjustable CPU frequency */
168/* #define HAVE_ADJUSTABLE_CPU_FREQ - not yet */ 171/* #define HAVE_ADJUSTABLE_CPU_FREQ - not yet */
169 172