mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Module: correct ModuleTest example for lack of GCS object
This commit is contained in:
parent
f0fc23bdcb
commit
19973f783b
@ -8,6 +8,12 @@
|
|||||||
#include <AP_GPS/AP_GPS.h>
|
#include <AP_GPS/AP_GPS.h>
|
||||||
#include <AP_Baro/AP_Baro.h>
|
#include <AP_Baro/AP_Baro.h>
|
||||||
#include <AP_ExternalAHRS/AP_ExternalAHRS.h>
|
#include <AP_ExternalAHRS/AP_ExternalAHRS.h>
|
||||||
|
#include <GCS_MAVLink/GCS_Dummy.h>
|
||||||
|
|
||||||
|
const struct AP_Param::GroupInfo GCS_MAVLINK_Parameters::var_info[] = {
|
||||||
|
AP_GROUPEND
|
||||||
|
};
|
||||||
|
GCS_Dummy _gcs;
|
||||||
|
|
||||||
void setup();
|
void setup();
|
||||||
void loop();
|
void loop();
|
||||||
|
Loading…
Reference in New Issue
Block a user