From 8ece04c87e91a3bafa56841389767a1891627fbe Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 6 Jun 2013 09:37:28 +0200 Subject: Safe a dozen bytes of flash --- ROMFS/px4fmu_common/init.d/rcS | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'ROMFS/px4fmu_common/init.d/rcS') 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 @@ -20,11 +9,6 @@ set MODE autostart set USB autoconnect -# - -# - - # # Try to mount the microSD card. # -- cgit v1.2.3