mirror of https://github.com/ArduPilot/ardupilot
11 lines
140 B
C
11 lines
140 B
C
|
#pragma once
|
||
|
|
||
|
#include <AP_Param/AP_Param.h>
|
||
|
|
||
|
/*
|
||
|
common parameters for multicopters
|
||
|
*/
|
||
|
struct AP_MultiCopter {
|
||
|
AP_Int16 angle_max;
|
||
|
};
|