mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
GCS_MAVLink: example fix travis warning
missing function declaration implicit cast some style fix
This commit is contained in:
parent
892a999ba5
commit
b2c8bc8074
@ -6,6 +6,9 @@
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
|
||||
void setup();
|
||||
void loop();
|
||||
|
||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||
|
||||
class GCS_MAVLINK_routing : public GCS_MAVLINK
|
||||
|
Loading…
Reference in New Issue
Block a user