aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/module.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-05-06 23:50:14 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-05-06 23:50:14 +0200
commiteac9e10a83ab2f897e4d0c2c6c8cd9f9f55b29cb (patch)
tree36950136d4e9e41e310c1c1f8edad133d56cbd01 /src/modules/commander/module.mk
parent4a44e1041146f100bdbedd672167bd71f3eadd42 (diff)
downloadpx4-firmware-eac9e10a83ab2f897e4d0c2c6c8cd9f9f55b29cb.tar.gz
px4-firmware-eac9e10a83ab2f897e4d0c2c6c8cd9f9f55b29cb.tar.bz2
px4-firmware-eac9e10a83ab2f897e4d0c2c6c8cd9f9f55b29cb.zip
Moved calibration
Diffstat (limited to 'src/modules/commander/module.mk')
-rw-r--r--src/modules/commander/module.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/modules/commander/module.mk b/src/modules/commander/module.mk
index 556d5c2df..fe44e955a 100644
--- a/src/modules/commander/module.mk
+++ b/src/modules/commander/module.mk
@@ -35,7 +35,9 @@
# Main system state machine
#
-MODULE_COMMAND = commander
-SRCS = commander.c \
- state_machine_helper.c \
- calibration_routines.c
+MODULE_COMMAND = commander
+SRCS = commander.c \
+ state_machine_helper.c \
+ calibration_routines.c \
+ accelerometer_calibration.c
+