add i2c support
[protos/imu.git] / imu.c
diff --git a/imu.c b/imu.c
index 86b34b4..d5a29cb 100644 (file)
--- a/imu.c
+++ b/imu.c
@@ -56,17 +56,6 @@ int mag_y;
 int mag_z;
 
 
-void i2c_recvevent(uint8_t *buf, int8_t size)
-{
-       (void)buf;
-       (void)size;
-}
-
-void i2c_sendevent(int8_t size)
-{
-       (void)size;
-}
-
 #if 0
 static void main_timer_interrupt(void)
 {