1
0
Fork 0
forked from len0rd/rockbox

More PortalPlayer I2C unification work

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12128 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Ankers 2007-01-27 20:09:57 +00:00
parent e80470e958
commit ec0a362ea2
3 changed files with 4 additions and 54 deletions

View file

@ -28,11 +28,7 @@
#include "kernel.h"
#include "logf.h"
#include "system.h"
#if CONFIG_I2C == I2C_PP5002
#include "i2c-pp5002.h"
#else
#include "i2c-pp5020.h"
#endif
#include "i2c-pp.h"
/* Local functions definitions */