From f3b1e7bdcf5fdad082f5ec28f4a5bdab4bbbc915 Mon Sep 17 00:00:00 2001
From: PX4BuildBot <bot@px4.io>
Date: Wed, 21 Aug 2019 00:41:03 +0000
Subject: [PATCH] Update PX4 Firmware metadata Wed Aug 21 00:41:03 UTC 2019

---
 src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index dc38f1260d..bef8473511 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -9615,12 +9615,6 @@ is less than 50% of this value</short_desc>
       <long_desc>Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN.</long_desc>
       <unit>deg C</unit>
     </parameter>
-    <parameter default="1" name="SYS_FMU_TASK" type="INT32">
-      <short_desc>Run the FMU as a task to reduce latency</short_desc>
-      <long_desc>If true, the FMU will run in a separate task instead of on the work queue. Set this if low latency is required, for example for racing. This is a trade-off between RAM usage and latency: running as a task, it requires a separate stack and directly polls on the control topics, whereas running on the work queue, it runs at a fixed update rate.</long_desc>
-      <boolean />
-      <reboot_required>true</reboot_required>
-    </parameter>
     <parameter default="1" name="SYS_HAS_BARO" type="INT32">
       <short_desc>Control if the vehicle has a barometer</short_desc>
       <long_desc>Disable this if the board has no barometer, such as some of the the Omnibus F4 SD variants. If disabled, the preflight checks will not check for the presence of a barometer.</long_desc>
-- 
GitLab