Skip to content

Commit

Permalink
new checksum for event enum
Browse files Browse the repository at this point in the history
  • Loading branch information
victor authored and vooon committed Nov 15, 2023
1 parent d1cf9a6 commit 0596809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavros/src/plugins/sys_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ class SystemStatusPlugin : public plugin::Plugin
case enum_value(MAV_SEVERITY::DEBUG):
RCLCPP_DEBUG_STREAM(node->get_logger(), "FCU: EVENT " << px4_id << " with args " << arg_str);
break;
// [[[end]]] (checksum: d05760afbeece46673c8f73f89b63f3d)
// [[[end]]] (checksum: 83f5eab6a8989f95de46d2a95387304c)
default:
RCLCPP_WARN_STREAM(node->get_logger(), "FCU: UNK(" << +severity << "): EVENT " << px4_id << " with args " << arg_str);
break;
Expand Down

0 comments on commit 0596809

Please sign in to comment.