forked from Archive/PX4-Autopilot
aerofc: make sure we don't have IO enabled
This commit is contained in:
parent
f5c65cf206
commit
fdb5a92873
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue