summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-18 09:15:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-18 09:15:26 +0000
commit526fa530eb9017cabddcac180321c9a4def361b8 (patch)
tree1b41dc7728f8c5424cc23ba6a468202accf93faf /firmware
parentdfcee22f0a10e11c5347ba0126baaf2d3d5a1eb4 (diff)
downloadrockbox-526fa530eb9017cabddcac180321c9a4def361b8.tar.gz
rockbox-526fa530eb9017cabddcac180321c9a4def361b8.zip
set I2C type properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12389 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-recorderv2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index 039b4c7925..47d5f669de 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -51,6 +51,8 @@
51/* Define this for LCD backlight available */ 51/* Define this for LCD backlight available */
52#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ 52#define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */
53 53
54#define CONFIG_I2C I2C_PLAYREC
55
54#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */ 56#define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */
55 57
56#ifndef SIMULATOR 58#ifndef SIMULATOR