aerofc: make sure we don't have IO enabled

This commit is contained in:
Lucas De Marchi 2016-09-21 14:21:01 -03:00 committed by Lorenz Meier
parent f5c65cf206
commit fdb5a92873
1 changed files with 5 additions and 0 deletions

View File

@ -175,6 +175,11 @@ then
set AUTOCNF yes
fi
fi
if ver hwcmp AEROFC_V1
then
set USE_IO no
fi
else
set USE_IO no
fi