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

18 lines
191 B
Io
Raw Normal View History

2013-08-25 14:27:11 -03:00
#
2014-01-08 15:55:12 -04:00
# Init PX4IO interface
2013-08-25 14:27:11 -03:00
#
2014-01-08 15:55:12 -04:00
#
# Allow PX4IO to recover from midair restarts.
#
px4io recovery
#
# Adjust PX4IO update rate limit
2014-01-08 15:55:12 -04:00
#
set PX4IO_LIMIT 400
if px4io limit ${PX4IO_LIMIT}
2015-04-25 04:01:22 -03:00
then
fi