2022-10-01 07:21:38 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
|
|
|
|
#ifndef AP_LANDINGGEAR_ENABLED
|
2023-07-28 00:48:15 -03:00
|
|
|
#define AP_LANDINGGEAR_ENABLED APM_BUILD_COPTER_OR_HELI || APM_BUILD_TYPE(APM_BUILD_ArduPlane)
|
2022-10-01 07:21:38 -03:00
|
|
|
#endif
|