commander: printf fine tuning

This commit is contained in:
Julian Oes
2016-06-01 15:39:23 +01:00
committed by Lorenz Meier
parent 5b4f016357
commit a88c3c2dbe
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ bool preflightCheck(orb_advert_t *mavlink_log_pub, bool checkMag, bool checkAcc,
#ifdef __PX4_QURT
// WARNING: Preflight checks are important and should be added back when
// all the sensors are supported
PX4_WARN("WARNING: Preflight checks PASS always.");
PX4_WARN("Preflight checks always pass on Snapdragon.");
return true;
#endif