mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 07:20:35 +08:00
bce7ecb0f6
Mavlink module implement HIGH_LATENCY (Iridium)
9 lines
131 B
C
9 lines
131 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <sys/ioctl.h>
|
|
|
|
#include "board_config.h"
|
|
|
|
#define IRIDIUMSBD_DEVICE_PATH "/dev/iridium"
|