init: USE_LOGGING and USE_GPS env vars removed

This commit is contained in:
Anton Babushkin
2014-01-08 23:31:49 +01:00
parent 4cffd99db9
commit 9a5ef70070
+2 -10
View File
@@ -226,8 +226,6 @@ then
fi
set EXIT_ON_END no
set USE_LOGGING yes
set USE_GPS yes
#
# Set parameters and env variables for selected AUTOSTART
@@ -276,16 +274,10 @@ then
sh /etc/init.d/rc.sensors
# Logging
if [ $USE_LOGGING == yes ]
then
sh /etc/init.d/rc.logging
fi
sh /etc/init.d/rc.logging
# GPS interface
if [ $USE_GPS == yes ]
then
gps start
fi
gps start
#
# Fixed wing setup