mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
mavlink send_statustext_critical() remove redundant print
This commit is contained in:
@@ -1146,7 +1146,6 @@ void
|
||||
Mavlink::send_statustext_critical(const char *string)
|
||||
{
|
||||
mavlink_log_critical(&_mavlink_log_pub, "%s", string);
|
||||
PX4_ERR("%s", string);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user