mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_ADSB: fixed comment for default chan -1 means transceiver is not detected
This commit is contained in:
parent
faa6e2fefa
commit
59135fc615
@ -155,7 +155,7 @@ private:
|
||||
struct {
|
||||
uint32_t last_config_ms; // send once every 10s
|
||||
uint32_t last_report_ms; // send at 5Hz
|
||||
int8_t chan = -1; // channel that contains an ADS-b Transceiver. -1 means broadcast to all
|
||||
int8_t chan = -1; // channel that contains an ADS-b Transceiver. -1 means transceiver is not detected
|
||||
uint32_t chan_last_ms;
|
||||
UAVIONIX_ADSB_RF_HEALTH status; // transceiver status
|
||||
bool is_flying;
|
||||
|
Loading…
Reference in New Issue
Block a user