mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
Safe a dozen bytes of flash
This commit is contained in:
@@ -1,17 +1,6 @@
|
|||||||
#!nsh
|
#!nsh
|
||||||
#
|
#
|
||||||
# PX4FMU startup script.
|
# 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
|
# Default to auto-start mode. An init script on the microSD card
|
||||||
@@ -20,11 +9,6 @@
|
|||||||
set MODE autostart
|
set MODE autostart
|
||||||
set USB autoconnect
|
set USB autoconnect
|
||||||
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Try to mount the microSD card.
|
# Try to mount the microSD card.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user