Force USE_IO to no on FMUV4

This commit is contained in:
David Sidrane 2015-11-18 09:23:21 -10:00 committed by Lorenz Meier
parent 75b96732b5
commit cb6327ebab
1 changed files with 6 additions and 1 deletions

View File

@ -217,7 +217,12 @@ then
#
if param compare SYS_USE_IO 1
then
if ver hwcmp PX4FMU_V4
then
set USE_IO no
else
set USE_IO yes
fi
else
set USE_IO no
fi