set I2C type properly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12363 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2007-02-17 22:55:33 +00:00
parent 7bcfc1ddfe
commit fa2d49a5b9
3 changed files with 6 additions and 0 deletions

View file

@ -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