mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Simplify generic_i2c, removing the link between i2c address and i2c interface, adding the concept of an i2c bus index.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20193 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
527b2dd270
commit
1fb8242d96
4 changed files with 39 additions and 58 deletions
|
|
@ -46,7 +46,6 @@
|
|||
#include "system.h"
|
||||
#include "jz4740.h"
|
||||
#include "logf.h"
|
||||
#include "generic_i2c.h"
|
||||
|
||||
|
||||
/* I2C protocol */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue