boards new split VENDOR_MODEL naming convention

This commit is contained in:
Daniel Agar
2018-11-21 23:27:21 -05:00
committed by David Sidrane
parent f692ad04d0
commit abb3817d31
149 changed files with 401 additions and 407 deletions

View File

@@ -17,7 +17,7 @@ fi
# Begin Setup for board specific configurations. #
###############################################################################
if ver hwcmp PX4FMU_V5 AV_X_V1
if ver hwcmp PX4_FMU_V5 AV_X_V1
then
set LOGGER_BUF 64
fi
@@ -36,7 +36,7 @@ then
set LOGGER_ARGS "-f"
fi
if ver hwcmp AEROFC_V1
if ver hwcmp INTEL_AEROFC_V1
then
set LOGGER_ARGS "-m mavlink"
fi