PX4: start nsh on USB if SD card not inserted

useful for debugging
This commit is contained in:
Andrew Tridgell 2013-08-27 17:07:04 +10:00
parent f48acffc52
commit 8efcf05835

View File

@ -82,4 +82,6 @@ then
echo Running rc.APM
# if APM startup is successful then nsh will exit
sh /etc/init.d/rc.APM
else
nshterm /dev/ttyACM0 &
fi