Do not abort if IO cannot be started or put into safe mode

This commit is contained in:
Lorenz Meier
2015-02-28 11:15:13 +01:00
parent e4830eb53f
commit 6646e3bdf1
+6 -2
View File
@@ -198,8 +198,12 @@ then
tone_alarm MLL32CP8MB
px4io start
px4io safety_on
if px4io start
then
if px4io safety_on
then
fi
fi
if px4io forceupdate 14662 ${IO_FILE}
then