diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-18 09:15:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-18 09:15:26 +0000 |
commit | 526fa530eb9017cabddcac180321c9a4def361b8 (patch) | |
tree | 1b41dc7728f8c5424cc23ba6a468202accf93faf /firmware/export | |
parent | dfcee22f0a10e11c5347ba0126baaf2d3d5a1eb4 (diff) |
set I2C type properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12389 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-recorderv2.h | 2 |
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 @@ /* Define this for LCD backlight available */ #define CONFIG_BACKLIGHT BL_RTC /* on I2C controlled RTC port */ +#define CONFIG_I2C I2C_PLAYREC + #define BATTERY_CAPACITY_DEFAULT 2200 /* default battery capacity */ #ifndef SIMULATOR |