mirror of https://github.com/ArduPilot/ardupilot
AP_ADSB: post link to uAvionix UCP protocol
This commit is contained in:
parent
0cb4425eb9
commit
e48adbf1c0
|
@ -19,6 +19,9 @@
|
||||||
|
|
||||||
#include "AP_ADSB_uAvionix_UCP.h"
|
#include "AP_ADSB_uAvionix_UCP.h"
|
||||||
|
|
||||||
|
// This driver implements the UCP protocol from uAvionix which is a variant of the GDL90 protocol by Garmin
|
||||||
|
// https://uavionix.com/downloads/ping200X/uAvionix-UCP-Transponder-ICD-Rev-Q.pdf
|
||||||
|
|
||||||
#if HAL_ADSB_UCP_ENABLED
|
#if HAL_ADSB_UCP_ENABLED
|
||||||
|
|
||||||
#include <AP_SerialManager/AP_SerialManager.h>
|
#include <AP_SerialManager/AP_SerialManager.h>
|
||||||
|
|
Loading…
Reference in New Issue