HD300 - add missing i2c initializtion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28685 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
194bc8660d
commit
4cbab5508f
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void i2c_init(void)
|
|||
#elif defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
MBDR = 0; /* iRiver firmware does this */
|
||||
MBCR = IEN; /* Enable interface */
|
||||
#elif defined(MPIO_HD200)
|
||||
#elif defined(MPIO_HD200) || defined(MPIO_HD300)
|
||||
/* second channel */
|
||||
MFDR2 = 0x0d;
|
||||
MBCR2 = IEN;
|
||||
|
|
Loading…
Reference in a new issue