|
|
|
@ -12,7 +12,7 @@ StorageAccess AP_Rally::_storage(StorageManager::StorageRally);
@@ -12,7 +12,7 @@ StorageAccess AP_Rally::_storage(StorageManager::StorageRally);
|
|
|
|
|
|
|
|
|
|
assert_storage_size<RallyLocation, 15> _assert_storage_size_RallyLocation; |
|
|
|
|
|
|
|
|
|
#if APM_BUILD_COPTER_OR_HELI() |
|
|
|
|
#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) |
|
|
|
|