aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/mixer/mixer.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-12-29 16:22:30 -0800
committerpx4dev <px4@purgatory.org>2012-12-29 16:22:30 -0800
commitb8250de1e67f63f9ca3b990e016744584a328922 (patch)
treedb55eae92e1d3cb73d1b5ad50bc133450b93ed22 /apps/systemlib/mixer/mixer.h
parentd81edb09cf29dd36d50ce7a7bcf55631fecc470f (diff)
downloadpx4-firmware-b8250de1e67f63f9ca3b990e016744584a328922.tar.gz
px4-firmware-b8250de1e67f63f9ca3b990e016744584a328922.tar.bz2
px4-firmware-b8250de1e67f63f9ca3b990e016744584a328922.zip
Assorted compile fixes.
Diffstat (limited to 'apps/systemlib/mixer/mixer.h')
-rw-r--r--apps/systemlib/mixer/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemlib/mixer/mixer.h b/apps/systemlib/mixer/mixer.h
index 26ba5db7e..00ddf1581 100644
--- a/apps/systemlib/mixer/mixer.h
+++ b/apps/systemlib/mixer/mixer.h
@@ -368,7 +368,7 @@ public:
* @return A new SimpleMixer instance, or nullptr if one could not be
* allocated.
*/
- static SimpleMixer *pwm_input(Mixer::ControlCallback *control_cb,
+ static SimpleMixer *pwm_input(Mixer::ControlCallback control_cb,
uintptr_t cb_handle,
unsigned input,
uint16_t min,