Skip to content

Commit

Permalink
moved imu ppzuav and aspirin2_i2c subsystem makefiles to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jan 9, 2013
1 parent f6aae53 commit 428a1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,8 +3,8 @@
IMU_PPZUAV_CFLAGS = -DUSE_IMU
IMU_PPZUAV_CFLAGS += -DIMU_TYPE_H=\"modules/sensors/imu_ppzuav.h\"

IMU_PPZUAV_SRCS = $(SRC_SUBSYSTEMS)/imu.c \
$(SRC_MODULES)/sensors/imu_ppzuav.c
IMU_PPZUAV_SRCS = $(SRC_SUBSYSTEMS)/imu.c
IMU_PPZUAV_SRCS += modules/sensors/imu_ppzuav.c


IMU_PPZUAV_CFLAGS += -DUSE_I2C
Expand Down

0 comments on commit 428a1bd

Please sign in to comment.