aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorJuchli D <juchlid@ethz.ch>2013-11-05 13:25:49 +0100
committerJuchli D <juchlid@ethz.ch>2013-11-05 13:25:49 +0100
commit56f1ea9266eacd689a7b4065231d94a78ea96de6 (patch)
treeadd418fbb38a7ea7f92bf868d0fe6aedcbc3b10a /makefiles
parent23237df84ef1fcf955c739c721a15ca356fddf96 (diff)
downloadpx4-firmware-56f1ea9266eacd689a7b4065231d94a78ea96de6.tar.gz
px4-firmware-56f1ea9266eacd689a7b4065231d94a78ea96de6.tar.bz2
px4-firmware-56f1ea9266eacd689a7b4065231d94a78ea96de6.zip
Added Bottle Drop app
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/config_px4fmu-v2_default.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiles/config_px4fmu-v2_default.mk b/makefiles/config_px4fmu-v2_default.mk
index 761fb8d9d..a2fb63422 100644
--- a/makefiles/config_px4fmu-v2_default.mk
+++ b/makefiles/config_px4fmu-v2_default.mk
@@ -115,6 +115,11 @@ MODULES += lib/geo
MODULES += lib/conversion
#
+# OBC challenge
+#
+MODULES += modules/bottle_drop
+
+#
# Demo apps
#
#MODULES += examples/math_demo