]> git.droids-corp.org - protos/imu.git/blobdiff - Makefile
fix gps message when position is not correct
[protos/imu.git] / Makefile
index ade8bae6099ef5ced784e695d3ba746fd7c342c5..4ab55ad401da5dd917e5d481c686df78e817dd92 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,12 +12,14 @@ 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
 SRC += partition.c
 SRC += sd_raw.c
+SRC += gps_venus.c
+SRC += sd_log.c
+SRC += i2c_protocol.c
 
 
 CFLAGS += -W -Wall -Werror