aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorphilipoe <philipp.oettershagen@mavt.ethz.ch>2014-10-30 09:54:27 +0100
committerphilipoe <philipp.oettershagen@mavt.ethz.ch>2014-10-30 09:54:27 +0100
commit02e35991d52f280d978c3ddd527269b1f9fd176d (patch)
treeb5f6e4149dcc5316772453e72c8fc90a3ffac05c /src/lib
parent47367aeed526e7ca72e9cb7290e745dc0e6e2061 (diff)
downloadpx4-firmware-02e35991d52f280d978c3ddd527269b1f9fd176d.tar.gz
px4-firmware-02e35991d52f280d978c3ddd527269b1f9fd176d.tar.bz2
px4-firmware-02e35991d52f280d978c3ddd527269b1f9fd176d.zip
TECS: Also deleted the _throttle_dem_unc variable from TECS.h
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/external_lgpl/tecs/tecs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/external_lgpl/tecs/tecs.h b/src/lib/external_lgpl/tecs/tecs.h
index 8ac31de6f..eb45237b7 100644
--- a/src/lib/external_lgpl/tecs/tecs.h
+++ b/src/lib/external_lgpl/tecs/tecs.h
@@ -345,9 +345,6 @@ private:
// climbout mode
bool _climbOutDem;
- // throttle demand before limiting
- float _throttle_dem_unc;
-
// pitch demand before limiting
float _pitch_dem_unc;