mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_Airspeed: examples: var_info is now in GCS_MAVLINK_Parameters
This commit is contained in:
parent
98eca63201
commit
9197ebc3b2
@ -86,7 +86,7 @@ void loop(void)
|
|||||||
hal.scheduler->delay(1);
|
hal.scheduler->delay(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
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