NXPhlite:Dedicate P10 UART as Telem 1 and disable companion

This commit is contained in:
David Sidrane
2018-06-18 10:53:47 -10:00
committed by Daniel Agar
parent d50042f58d
commit a4c4449b85

View File

@@ -272,6 +272,10 @@ else
if ver hwcmp NXPHLITE_V3
then
param set SYS_FMU_TASK 1
# Let the mavlink compaion logic fail to start
set MAVLINK_COMPANION_DEVICE none
# Telem 1 is P10
set MAVLINK_F "-r 1200 -f -d /dev/ttyS4"
fi
###############################################################################