Skip to content

Commit

Permalink
logger: always log can_interface_status
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Dec 3, 2024
1 parent d416cd2 commit b312338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/logger/logged_topics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void LoggedTopics::add_default_topics()
add_optional_topic("autotune_attitude_control_status", 100);
add_optional_topic("camera_capture");
add_optional_topic("camera_trigger");
add_optional_topic("can_interface_status", 10);
add_topic("can_interface_status", 10);
add_topic("cellular_status", 200);
add_topic("commander_state");
add_topic("config_overrides");
Expand Down

0 comments on commit b312338

Please sign in to comment.