Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions micro_ros_agent/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ int main(int argc, char** argv)
eprosima::uxr::cli::TCPv4Subcommand tcpv4_subcommand(app);
eprosima::uxr::cli::TCPv6Subcommand tcpv6_subcommand(app);
#ifndef _WIN32
eprosima::uxr::cli::SerialSubcommand serial_subcommand(app);
eprosima::uxr::cli::PseudoSerialSubcommand pseudo_serial_subcommand(app);
eprosima::uxr::cli::TermiosSubcommand serial_subcommand(app);
eprosima::uxr::cli::PseudoTerminalSubcommand pseudo_serial_subcommand(app);
#endif
eprosima::uxr::cli::ExitSubcommand exit_subcommand(app);

Expand Down