GCS_MAVLink: fix compiler error
This commit is contained in:
parent
e581e81da5
commit
b54b7b7448
@ -18,11 +18,11 @@
|
|||||||
/// @file MAVLink_routing.h
|
/// @file MAVLink_routing.h
|
||||||
/// @brief handle routing of MAVLink packets by sysid/componentid
|
/// @brief handle routing of MAVLink packets by sysid/componentid
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include <AP_HAL.h>
|
#include <AP_HAL.h>
|
||||||
#include <AP_Common.h>
|
#include <AP_Common.h>
|
||||||
#include <GCS.h>
|
#include <GCS.h>
|
||||||
#include <MAVLink_routing.h>
|
#include <MAVLink_routing.h>
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user