Commit 28dacc1f authored by Don Gagne's avatar Don Gagne

Merge pull request #1636 from DonLakeFlyer/DpressFix

Fix typo in fixed wing sensors summary
parents 006c4528 c24fdd2e
......@@ -21,7 +21,7 @@ FactPanel {
property Fact mag0IdFact: controller.getParameterFact(-1, "CAL_MAG0_ID")
property Fact gyro0IdFact: controller.getParameterFact(-1, "CAL_GYRO0_ID")
property Fact accel0IdFact: controller.getParameterFact(-1, "CAL_ACC0_ID")
property Fact dpresssOffFact: controller.getParameterFact(-1, "SENS_DPRES_OFF")
property Fact dpressOffFact: controller.getParameterFact(-1, "SENS_DPRES_OFF")
Column {
anchors.fill: parent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment