mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 15:20:34 +08:00
bce7ecb0f6
Mavlink module implement HIGH_LATENCY (Iridium)
12 lines
173 B
C
12 lines
173 B
C
#include <systemlib/param/param.h>
|
|
|
|
/**
|
|
* Satellite radio read interval
|
|
*
|
|
* @unit s
|
|
* @min 0
|
|
* @max 300
|
|
* @group Iridium SBD
|
|
*/
|
|
PARAM_DEFINE_INT32(ISBD_READINT, 10);
|