diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-27 02:37:12 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-27 02:37:12 +0000 |
commit | b0dc813bcfcc204bf3d10c433f590b6a94bfb55f (patch) | |
tree | daf5d2e0f2dc65a92a63f25960011a91548fdd38 | |
parent | 0116ed672b369da3764c134c8e27addb81aa602f (diff) |
I2C init for H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8081 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/main.c b/apps/main.c index 7472eb4661..f11706ef93 100644 --- a/apps/main.c +++ b/apps/main.c @@ -224,10 +224,7 @@ void init(void) #endif #endif -#ifndef IRIVER_H300_SERIES - /* Not yet done on H300 */ i2c_init(); -#endif #ifdef HAVE_RTC rtc_init(); |