Skip to content

Commit

Permalink
Merge pull request #709 from PX4/rcs_hotfix
Browse files Browse the repository at this point in the history
startup scripts hotfix
  • Loading branch information
LorenzMeier committed Mar 7, 2014
2 parents 3207450 + 602e9c8 commit cf9fa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/rc.interface
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Script to configure control interface
#

if [ $MIXER != none -a $MIXER != skip]
if [ $MIXER != none -a $MIXER != skip ]
then
#
# Load mixer
Expand Down
2 changes: 1 addition & 1 deletion ROMFS/px4fmu_common/init.d/rcS
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ then
tone_alarm $TUNE_OUT_ERROR
fi
fi
if [ $OUTPUT_MODE == fmu -o $OUTPUT_MODE = ardrone ]
if [ $OUTPUT_MODE == fmu -o $OUTPUT_MODE == ardrone ]
then
echo "[init] Use FMU as primary output"
if fmu mode_$FMU_MODE
Expand Down

0 comments on commit cf9fa61

Please sign in to comment.