summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-03-30 17:29:21 +0000
committerJens Arnold <amiconn@rockbox.org>2006-03-30 17:29:21 +0000
commitd3feb78e4053d287755a4f8404c3a9ce1a491e93 (patch)
treeb68592c039f004e2eabf41e89efece89030cc58b /firmware/export/config.h
parent1ccc81bf8f4382e56f0f0ae0779381fb5d4a88c4 (diff)
downloadrockbox-d3feb78e4053d287755a4f8404c3a9ce1a491e93.tar.gz
rockbox-d3feb78e4053d287755a4f8404c3a9ce1a491e93.zip
Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No sound, no buttons, and hangs at the boot screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9363 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 4ef4bd63fc..de89dfe99e 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -170,6 +170,8 @@
170#include "config-gigabeat.h" 170#include "config-gigabeat.h"
171#elif defined(IPOD_MINI) 171#elif defined(IPOD_MINI)
172#include "config-ipodmini.h" 172#include "config-ipodmini.h"
173#elif defined(IPOD_MINI2G)
174#include "config-ipodmini2g.h"
173#else 175#else
174/* no known platform */ 176/* no known platform */
175#endif 177#endif