summaryrefslogtreecommitdiff
path: root/firmware/export/config-fmrecorder.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-fmrecorder.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-fmrecorder.h')
-rw-r--r--firmware/export/config-fmrecorder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index d9377bc6f9..c43c883c39 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -52,6 +52,8 @@
52/* Define this for LCD backlight available */ 52/* Define this for LCD backlight available */
53#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ 53#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
54 54
55#define CONFIG_I2C I2C_PLAYREC
56
55#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */ 57#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */
56 58
57#ifndef SIMULATOR 59#ifndef SIMULATOR