Fixed PX4 sanity test script (removed a check msg) (#6354)

* Fixed build error in Snapdragon Flight legacy driver mode (partially)

* Fixed build error in eagle_legacy_default mode (px4muorb.h generation issue)

* Fixed the snapdragon flight sanity test script (default and legacy driver modes)

* Fixed PX4 sanity test script (removed a check msg)
This commit is contained in:
BharathR
2017-01-16 13:10:31 -08:00
committed by Lorenz Meier
parent 7fd06ee913
commit 496dee5d2d

View File

@@ -48,7 +48,6 @@ declare -a appsproc_strings_absent=(
# List of expected strings from the DSP
declare -a dsp_strings_present=(
"EKF alignment complete"
"AdspCoreSvc: Started successfully"
"loading BLSP configuration"
)