diff --git a/firmware/drivers/i2c.c b/firmware/drivers/i2c.c index f44c0a9afd..ed12145da9 100644 --- a/firmware/drivers/i2c.c +++ b/firmware/drivers/i2c.c @@ -23,8 +23,6 @@ #include "debug.h" #include "system.h" -#if CONFIG_I2C != I2C_H100 /* FIX: not yet done */ - /* cute little functions, atomic read-modify-write */ #if CONFIG_I2C == I2C_GMINI @@ -281,9 +279,3 @@ int i2c_read(int address, unsigned char* buf, int count ) i2c_stop(); return x; } -#else /* not h100 i2c */ -void i2c_init(void) -{ - /* a dummy */ -} -#endif /* h100 i2c */