Browse Source

More graceful startup messages

sbg
Lorenz Meier 12 years ago
parent
commit
5ef7e71bb0
  1. 6
      ROMFS/px4fmu_common/init.d/rcS

6
ROMFS/px4fmu_common/init.d/rcS

@ -191,13 +191,13 @@ then
commander start commander start
# Start px4io if present # Start px4io if present
if px4io start if px4io detect
then then
echo "PX4IO driver started" px4io start
else else
if fmu mode_serial if fmu mode_serial
then then
echo "FMU driver started" echo "FMU driver (no PWM) started"
fi fi
fi fi

Loading…
Cancel
Save