aboutsummaryrefslogtreecommitdiff
path: root/ROMFS
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-06 09:37:28 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-06 09:37:28 +0200
commit8ece04c87e91a3bafa56841389767a1891627fbe (patch)
tree9f09fe68e9e921928111f3015a9760552698b92f /ROMFS
parent8ad3aa315f09c32cc3e1a85e89f8f6bb9017676c (diff)
downloadpx4-firmware-8ece04c87e91a3bafa56841389767a1891627fbe.tar.gz
px4-firmware-8ece04c87e91a3bafa56841389767a1891627fbe.tar.bz2
px4-firmware-8ece04c87e91a3bafa56841389767a1891627fbe.zip
Safe a dozen bytes of flash
Diffstat (limited to 'ROMFS')
-rwxr-xr-xROMFS/px4fmu_common/init.d/rcS16
1 files changed, 0 insertions, 16 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS
index 0efcc5db9..22dec87cb 100755
--- a/ROMFS/px4fmu_common/init.d/rcS
+++ b/ROMFS/px4fmu_common/init.d/rcS
@@ -1,17 +1,6 @@
#!nsh
#
# PX4FMU startup script.
-#
-# This script is responsible for:
-#
-# - mounting the microSD card (if present)
-# - running the user startup script from the microSD card (if present)
-# - detecting the configuration of the system and picking a suitable
-# startup script to continue with
-#
-# Note: DO NOT add configuration-specific commands to this script;
-# add them to the per-configuration scripts instead.
-#
#
# Default to auto-start mode. An init script on the microSD card
@@ -21,11 +10,6 @@ set MODE autostart
set USB autoconnect
#
-
-#
-
-
-#
# Try to mount the microSD card.
#
echo "[init] looking for microSD..."