[modules] Fix flight recorder and MAVLink frequency to TELEMETRY_FREQUENCY and configuration (#3085)

This commit is contained in:
Freek van Tienen
2023-09-20 18:08:59 +02:00
committed by GitHub
parent a98fd3ab49
commit 7ae5f91a2a
8 changed files with 17 additions and 18 deletions
+2
View File
@@ -19,6 +19,8 @@
<makefile>
<define name="DOWNLINK"/>
<define name="PERIODIC_TELEMETRY"/>
<configure name="TELEMETRY_FREQUENCY" default="$(PERIODIC_FREQUENCY)"/>
<define name="TELEMETRY_FREQUENCY" value="$(TELEMETRY_FREQUENCY)"/>
<file name="downlink.c"/>
<file name="datalink.c"/>
<file name="telemetry.c"/>