mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
[makefile] AHRS frequency flags where missing for ardrone2
This commit is contained in:
@@ -19,6 +19,8 @@ ap.srcs += $(imu_srcs)
|
|||||||
# Set the AHRS propegation frequencies
|
# Set the AHRS propegation frequencies
|
||||||
AHRS_PROPAGATE_FREQUENCY ?= 200
|
AHRS_PROPAGATE_FREQUENCY ?= 200
|
||||||
AHRS_CORRECT_FREQUENCY ?= 200
|
AHRS_CORRECT_FREQUENCY ?= 200
|
||||||
|
ap.CFLAGS += -DAHRS_PROPAGATE_FREQUENCY=$(AHRS_PROPAGATE_FREQUENCY)
|
||||||
|
ap.CFLAGS += -DAHRS_CORRECT_FREQUENCY=$(AHRS_CORRECT_FREQUENCY)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Simulator
|
# Simulator
|
||||||
|
|||||||
Reference in New Issue
Block a user