summaryrefslogtreecommitdiff
path: root/firmware/export/config-player.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-17 22:55:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-17 22:55:33 +0000
commitfa2d49a5b932e957b94e9ec32aae1445044e8406 (patch)
treeb93f0f7de25efcce9e48691b34bde6c7031bb37a /firmware/export/config-player.h
parent7bcfc1ddfe807258a6c6948e3f11d92326778229 (diff)
downloadrockbox-fa2d49a5b932e957b94e9ec32aae1445044e8406.tar.gz
rockbox-fa2d49a5b932e957b94e9ec32aae1445044e8406.zip
set I2C type properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12363 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-player.h')
-rw-r--r--firmware/export/config-player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index 0517253f3c..123b7b2b81 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -59,6 +59,8 @@
59 and then set it to input to see if it stays low or goes high */ 59 and then set it to input to see if it stays low or goes high */
60#define HAVE_I2C_LOW_FIRST 60#define HAVE_I2C_LOW_FIRST
61 61
62#define CONFIG_I2C I2C_PLAYREC
63
62/* Define this if you control power on PADR (instead of PBDR) */ 64/* Define this if you control power on PADR (instead of PBDR) */
63#define HAVE_POWEROFF_ON_PADR 65#define HAVE_POWEROFF_ON_PADR
64 66