mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 10:24:06 +08:00
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"
|