mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 14:48:28 -04:00
AP_Param: added blimp frame type
This commit is contained in:
parent
d06161e8ee
commit
8bc0f100a2
@ -87,6 +87,7 @@
|
|||||||
#define AP_PARAM_FRAME_SUB (1<<3)
|
#define AP_PARAM_FRAME_SUB (1<<3)
|
||||||
#define AP_PARAM_FRAME_TRICOPTER (1<<4)
|
#define AP_PARAM_FRAME_TRICOPTER (1<<4)
|
||||||
#define AP_PARAM_FRAME_HELI (1<<5)
|
#define AP_PARAM_FRAME_HELI (1<<5)
|
||||||
|
#define AP_PARAM_FRAME_BLIMP (1<<6)
|
||||||
|
|
||||||
// a variant of offsetof() to work around C++ restrictions.
|
// a variant of offsetof() to work around C++ restrictions.
|
||||||
// this can only be used when the offset of a variable in a object
|
// this can only be used when the offset of a variable in a object
|
||||||
|
Loading…
Reference in New Issue
Block a user