AP_Rally: Add APM_BUILD_Heli

This commit is contained in:
Gone4Dirt 2021-09-28 10:18:05 +01:00 committed by Peter Barker
parent e5488e1869
commit 9b7b9c351a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ StorageAccess AP_Rally::_storage(StorageManager::StorageRally);
assert_storage_size<RallyLocation, 15> _assert_storage_size_RallyLocation;
#if APM_BUILD_TYPE(APM_BUILD_ArduCopter)
#if APM_BUILD_COPTER_OR_HELI()
#define RALLY_LIMIT_KM_DEFAULT 0.3f
#define RALLY_INCLUDE_HOME_DEFAULT 1
#elif APM_BUILD_TYPE(APM_BUILD_ArduPlane)