AP_Mission: examples: var_info is now in GCS_MAVLINK_Parameters

This commit is contained in:
Peter Barker 2019-06-21 13:55:15 +10:00 committed by Peter Barker
parent 6c5b03dbb7
commit b860676f12
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
const struct AP_Param::GroupInfo GCS_MAVLINK::var_info[] = {
const struct AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
AP_GROUPEND
};