aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/scripts/rc.standalone
diff options
context:
space:
mode:
Diffstat (limited to 'ROMFS/scripts/rc.standalone')
-rw-r--r--ROMFS/scripts/rc.standalone13
1 files changed, 0 insertions, 13 deletions
diff --git a/ROMFS/scripts/rc.standalone b/ROMFS/scripts/rc.standalone
deleted file mode 100644
index 67e95215b..000000000
--- a/ROMFS/scripts/rc.standalone
+++ /dev/null
@@ -1,13 +0,0 @@
-#!nsh
-#
-# Flight startup script for PX4FMU standalone configuration.
-#
-
-echo "[init] doing standalone PX4FMU startup..."
-
-#
-# Start the ORB
-#
-uorb start
-
-echo "[init] startup done"