diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index 64a1ed3c5f5..97b98fec25a 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -842,11 +842,7 @@ then # Try to get an USB console nshterm /dev/ttyACM0 & else - # Don't start mavlink in passthrough mode because we currently can't seem to stop it. - if [ $VEHICLE_TYPE != passthrough ] - then - mavlink start -r 800000 -d /dev/ttyACM0 -m config -x - fi + mavlink start -r 800000 -d /dev/ttyACM0 -m config -x fi