Browse Source

Merge pull request #1694 from sjwilks/px4v1_land_detector

Add landing detector for V1 boards as well.
sbg
Lorenz Meier 10 years ago
parent
commit
91c605429d
  1. 1
      makefiles/config_px4fmu-v1_default.mk

1
makefiles/config_px4fmu-v1_default.mk

@ -62,6 +62,7 @@ MODULES += modules/commander @@ -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)

Loading…
Cancel
Save