Browse Source

aerofc: make sure we don't have IO enabled

sbg
Lucas De Marchi 9 years ago committed by Lorenz Meier
parent
commit
fdb5a92873
  1. 5
      ROMFS/px4fmu_common/init.d/rcS

5
ROMFS/px4fmu_common/init.d/rcS

@ -175,6 +175,11 @@ then @@ -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…
Cancel
Save