1
0
Fork 0
forked from len0rd/rockbox

I2C init for H300

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8081 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-11-27 02:37:12 +00:00
parent 0116ed672b
commit b0dc813bcf

View file

@ -224,10 +224,7 @@ void init(void)
#endif #endif
#endif #endif
#ifndef IRIVER_H300_SERIES
/* Not yet done on H300 */
i2c_init(); i2c_init();
#endif
#ifdef HAVE_RTC #ifdef HAVE_RTC
rtc_init(); rtc_init();