mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
AP_Baro: examples: var_info is now in GCS_MAVLINK_Parameters
This commit is contained in:
parent
9197ebc3b2
commit
c16504e33e
@ -95,7 +95,7 @@ void loop()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct AP_Param::GroupInfo GCS_MAVLINK::var_info[] = {
|
const struct AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
|
||||||
AP_GROUPEND
|
AP_GROUPEND
|
||||||
};
|
};
|
||||||
GCS_Dummy _gcs;
|
GCS_Dummy _gcs;
|
||||||
|
Loading…
Reference in New Issue
Block a user