diff options
Diffstat (limited to 'firmware/target/sh/archos/i2c-archos.c')
-rw-r--r-- | firmware/target/sh/archos/i2c-archos.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/sh/archos/i2c-archos.c b/firmware/target/sh/archos/i2c-archos.c index b3a53240b4..5b415926f2 100644 --- a/firmware/target/sh/archos/i2c-archos.c +++ b/firmware/target/sh/archos/i2c-archos.c @@ -234,6 +234,7 @@ int i2c_write(int address, const unsigned char* buf, int count ) return x; } +#if 0 /* Currently unused, left for reference and future use */ int i2c_read(int address, unsigned char* buf, int count ) { int i,x=0; @@ -250,3 +251,4 @@ int i2c_read(int address, unsigned char* buf, int count ) i2c_stop(); return x; } +#endif |