mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
commander: printf fine tuning
This commit is contained in:
parent
5b4f016357
commit
a88c3c2dbe
@ -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
|
||||
|
||||
|
||||
@ -3606,7 +3606,7 @@ void *commander_low_prio_loop(void *arg)
|
||||
if (ret != OK) {
|
||||
mavlink_and_console_log_critical(&mavlink_log_pub, "settings auto save error");
|
||||
} else {
|
||||
PX4_INFO("commander: settings saved.");
|
||||
PX4_DEBUG("commander: settings saved.");
|
||||
}
|
||||
|
||||
need_param_autosave = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user