mirror of https://github.com/ArduPilot/ardupilot
AP_RangeFinder: fix examples
This commit is contained in:
parent
8a035590cd
commit
03ce5f62d2
|
@ -4,6 +4,12 @@
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL.h>
|
||||||
#include <AP_RangeFinder/AP_RangeFinder_Backend.h>
|
#include <AP_RangeFinder/AP_RangeFinder_Backend.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