5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-09 08:04:14 -03:00
ardupilot/libraries/AP_Vehicle/AP_MultiCopter.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
140 B
C
Raw Normal View History

#pragma once
#include <AP_Param/AP_Param.h>
/*
common parameters for multicopters
*/
struct AP_MultiCopter {
AP_Int16 angle_max;
};