Skip to content
Snippets Groups Projects
Commit d817d331 authored by Lorenz Meier's avatar Lorenz Meier Committed by Lorenz Meier
Browse files

Add set trim API for helicopter mixer

parent a7c8d774
No related branches found
No related tags found
No related merge requests found
......@@ -676,6 +676,11 @@ public:
virtual unsigned mix(float *outputs, unsigned space, uint16_t *status_reg);
virtual void groups_required(uint32_t &groups);
unsigned set_trim(float trim)
{
return 4;
}
private:
mixer_heli_s _mixer_info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment