From 526fa530eb9017cabddcac180321c9a4def361b8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 18 Feb 2007 09:15:26 +0000 Subject: set I2C type properly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12389 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-recorderv2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware') 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 -- cgit v1.2.3