Browse Source

added missing then after if

sbg
Marcel Stuettgen 10 years ago
parent
commit
ee3ccf8715
  1. 1
      ROMFS/px4fmu_common/init.d/rcS

1
ROMFS/px4fmu_common/init.d/rcS

@ -607,6 +607,7 @@ then @@ -607,6 +607,7 @@ then
# Rover setup
#
if [ $VEHICLE_TYPE == rover ]
then
# 10 is MAV_TYPE_GROUND_ROVER
set MAV_TYPE 10

Loading…
Cancel
Save