GCS_MAVLink: example fix travis warning

missing function declaration
implicit cast
some style fix
This commit is contained in:
Pierre Kancir 2017-04-13 13:33:33 +02:00 committed by Francisco Ferreira
parent 892a999ba5
commit b2c8bc8074

View File

@ -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