mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
ROMFS: Do not abort on error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!nsh
|
||||
# Un comment and use set +e to ignore and set -e to enable 'exit on error control'
|
||||
#set +e
|
||||
set +e
|
||||
# Un comment the line below to help debug scripts by printing a trace of the script commands
|
||||
#set -x
|
||||
# PX4FMU startup script.
|
||||
|
||||
Reference in New Issue
Block a user