aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wilks <sjwilks@gmail.com>2015-01-24 14:18:28 +0100
committerSimon Wilks <sjwilks@gmail.com>2015-01-24 14:18:28 +0100
commitf5a1680fd6eb17c4fd1b7663cb16ffe126289cc0 (patch)
tree81d4cf44dbfffda5d6bd40961a50b889d6f38f88
parentba54deefc929ca670ae725cb772a8fe574f74742 (diff)
downloadpx4-firmware-f5a1680fd6eb17c4fd1b7663cb16ffe126289cc0.tar.gz
px4-firmware-f5a1680fd6eb17c4fd1b7663cb16ffe126289cc0.tar.bz2
px4-firmware-f5a1680fd6eb17c4fd1b7663cb16ffe126289cc0.zip
Add landing detector for V1 boards as well.
-rw-r--r--makefiles/config_px4fmu-v1_default.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefiles/config_px4fmu-v1_default.mk b/makefiles/config_px4fmu-v1_default.mk
index 18be47065..852edb788 100644
--- a/makefiles/config_px4fmu-v1_default.mk
+++ b/makefiles/config_px4fmu-v1_default.mk
@@ -62,6 +62,7 @@ MODULES += modules/commander
MODULES += modules/navigator
MODULES += modules/mavlink
MODULES += modules/gpio_led
+MODULES += modules/land_detector
#
# Estimation modules (EKF / other filters)