mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: examples: var_info is now in GCS_MAVLINK_Parameters
This commit is contained in:
parent
c16504e33e
commit
8c21a279ea
|
@ -37,7 +37,7 @@ AP_BoardLED board_led;
|
|||
// create fake gcs object
|
||||
GCS_Dummy _gcs;
|
||||
|
||||
const AP_Param::GroupInfo GCS_MAVLINK::var_info[] = {
|
||||
const AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue