remove unused vector.[ch]
[protos/imu.git] / Makefile
index 50e2137..4ab55ad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,6 @@ SRC += i2cm_sw.c
 SRC += imu.c
 SRC += mpu6050.c
 SRC += MadgwickAHRS.c
-SRC += i2c_helper.c
 SRC += byteordering.c
 SRC += fat.c
 SRC += sd_main.c
@@ -20,6 +19,7 @@ SRC += partition.c
 SRC += sd_raw.c
 SRC += gps_venus.c
 SRC += sd_log.c
+SRC += i2c_protocol.c
 
 
 CFLAGS += -W -Wall -Werror