#pragma once #include #include // historical compatability; only Copters get it - and Plane on // non-minimized boards. #ifndef AP_LANDINGGEAR_ENABLED #define AP_LANDINGGEAR_ENABLED (APM_BUILD_COPTER_OR_HELI || (!HAL_MINIMIZE_FEATURES && APM_BUILD_TYPE(APM_BUILD_ArduPlane))) #endif