aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-25 21:40:18 -0800
committerpx4dev <px4@purgatory.org>2013-01-25 21:40:18 -0800
commit1b30cd2f938c05841470e5aedcbd535105ea3f36 (patch)
tree8d92450574cf55097dcf9fd03cfdc1998b6caff7 /apps
parent8972843b14a86aae3bbc4aa84e0c0a446eb7d605 (diff)
downloadpx4-firmware-1b30cd2f938c05841470e5aedcbd535105ea3f36.tar.gz
px4-firmware-1b30cd2f938c05841470e5aedcbd535105ea3f36.tar.bz2
px4-firmware-1b30cd2f938c05841470e5aedcbd535105ea3f36.zip
Dump a couple of unused member variables.
Diffstat (limited to 'apps')
-rw-r--r--apps/drivers/px4io/px4io.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/drivers/px4io/px4io.cpp b/apps/drivers/px4io/px4io.cpp
index 4c1b5ddf2..985244873 100644
--- a/apps/drivers/px4io/px4io.cpp
+++ b/apps/drivers/px4io/px4io.cpp
@@ -128,9 +128,6 @@ private:
actuator_outputs_s _outputs; ///< mixed outputs
actuator_controls_effective_s _controls_effective; ///< effective controls
- const char *volatile _mix_buf; ///< mixer text buffer
- volatile unsigned _mix_buf_len; ///< size of the mixer text buffer
-
bool _primary_pwm_device; ///< true if we are the default PWM output