forked from len0rd/rockbox
Oops - fix PortalPlayer builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12129 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ec0a362ea2
commit
df8446a72b
2 changed files with 3 additions and 10 deletions
|
|
@ -25,10 +25,8 @@
|
|||
****************************************************************************/
|
||||
#include "system.h"
|
||||
#include "config.h"
|
||||
#if CONFIG_I2C == I2C_PP5020
|
||||
#include "i2c-pp5020.h"
|
||||
#elif CONFIG_I2C == I2C_PP5002
|
||||
#include "i2c-pp5002.h"
|
||||
#if CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
|
||||
#include "i2c-pp.h"
|
||||
#endif
|
||||
#include "rtc.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,12 +25,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include "system.h"
|
||||
|
||||
#if CONFIG_CPU == PP5020
|
||||
#include "i2c-pp5020.h"
|
||||
#elif CONFIG_CPU == PP5002
|
||||
#include "i2c-pp5002.h"
|
||||
#endif
|
||||
#include "i2c-pp.h"
|
||||
|
||||
#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
|
||||
/* The H10's audio codec uses an I2C address of 0x1b */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue