AP_AHRS: var_info is now in GCS_MAVLINK_Parameters

This commit is contained in:
Peter Barker 2019-06-20 10:43:52 +10:00 committed by Peter Barker
parent 190f716c43
commit 98eca63201
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void loop(void)
}
}
const struct AP_Param::GroupInfo GCS_MAVLINK::var_info[] = {
const struct AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
AP_GROUPEND
};
GCS_Dummy _gcs;