mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 01:45:55 +08:00
mavlink: removed leftover debug printf
This commit is contained in:
@@ -596,8 +596,6 @@ protected:
|
|||||||
msg.errors_count3 = 0;
|
msg.errors_count3 = 0;
|
||||||
msg.errors_count4 = 0;
|
msg.errors_count4 = 0;
|
||||||
|
|
||||||
PX4_INFO("send sys status: voltage: %d", msg.voltage_battery);
|
|
||||||
|
|
||||||
_mavlink->send_message(MAVLINK_MSG_ID_SYS_STATUS, &msg);
|
_mavlink->send_message(MAVLINK_MSG_ID_SYS_STATUS, &msg);
|
||||||
|
|
||||||
/* battery status message with higher resolution */
|
/* battery status message with higher resolution */
|
||||||
|
|||||||
Reference in New Issue
Block a user