aboutsummaryrefslogtreecommitdiff
path: root/src/modules/bottle_drop/module.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-08-11 14:52:45 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-08-11 14:52:45 +0200
commitf47cf9a002cc2fbe27e922adfdedf111f4b28093 (patch)
tree4516e3c8ce1ea923a56bab31be2e7b77dd4b8261 /src/modules/bottle_drop/module.mk
parentc81c94d74f049fac409d97e5dcafb3b3afa72ab6 (diff)
downloadpx4-firmware-f47cf9a002cc2fbe27e922adfdedf111f4b28093.tar.gz
px4-firmware-f47cf9a002cc2fbe27e922adfdedf111f4b28093.tar.bz2
px4-firmware-f47cf9a002cc2fbe27e922adfdedf111f4b28093.zip
Bottle drop: C++ify full code base, fix transformation assumptions and other things, ready for integration testing
Diffstat (limited to 'src/modules/bottle_drop/module.mk')
-rw-r--r--src/modules/bottle_drop/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/bottle_drop/module.mk b/src/modules/bottle_drop/module.mk
index bb1f6c6b5..61ac89e38 100644
--- a/src/modules/bottle_drop/module.mk
+++ b/src/modules/bottle_drop/module.mk
@@ -37,4 +37,5 @@
MODULE_COMMAND = bottle_drop
-SRCS = bottle_drop.cpp
+SRCS = bottle_drop.cpp \
+ bottle_drop.c