forked from Archive/PX4-Autopilot
Add missing 'fi' at the end of rc script; if you had a microSD card that set MODE to something other than autostart the result was a prompt that ignored your commands.
This commit is contained in:
parent
7e9a18da79
commit
b85d74336d
|
@ -119,3 +119,6 @@ if param compare SYS_AUTOSTART 31
|
|||
then
|
||||
sh /etc/init.d/31_io_phantom
|
||||
fi
|
||||
|
||||
# End of autostart
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue