mirror of https://github.com/ArduPilot/ardupilot
AP_Periph: fixed ADSB build
This commit is contained in:
parent
a5965d5a9e
commit
518ff84ff6
|
@ -21,11 +21,15 @@
|
|||
|
||||
#ifdef HAL_PERIPH_ENABLE_ADSB
|
||||
|
||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
|
||||
extern const AP_HAL::HAL &hal;
|
||||
|
||||
#include "include/mavlink/v2.0/protocol.h"
|
||||
#include "include/mavlink/v2.0/mavlink_types.h"
|
||||
#include "include/mavlink/v2.0/ardupilotmega/mavlink.h"
|
||||
#include "include/mavlink/v2.0/mavlink_helpers.h"
|
||||
|
||||
/*
|
||||
init ADSB support
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue