diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-17 22:55:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-17 22:55:33 +0000 |
commit | fa2d49a5b932e957b94e9ec32aae1445044e8406 (patch) | |
tree | b93f0f7de25efcce9e48691b34bde6c7031bb37a /firmware/export/config-recorder.h | |
parent | 7bcfc1ddfe807258a6c6948e3f11d92326778229 (diff) |
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-recorder.h')
-rw-r--r-- | firmware/export/config-recorder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index 4b79e0b3ae..de4617c74e 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -46,6 +46,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 1500 /* default battery capacity */ #ifndef SIMULATOR |