mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
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;
|
|
};
|