px4-firmware/ROMFS/px4fmu_common/init.d/rc.io

18 lines
191 B
Io

#
# Init PX4IO interface
#
#
# Allow PX4IO to recover from midair restarts.
#
px4io recovery
#
# Adjust PX4IO update rate limit
#
set PX4IO_LIMIT 400
if px4io limit ${PX4IO_LIMIT}
then
fi