Skip to content

Commit 85ec50d

Browse files
author
Julián Bermúdez Ortega
authored
Update main.cpp according to Micro XRCE-DDS Agent API changes. (#27)
1 parent f377b7a commit 85ec50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

micro_ros_agent/src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ int main(int argc, char** argv)
4040
eprosima::uxr::cli::TCPv4Subcommand tcpv4_subcommand(app);
4141
eprosima::uxr::cli::TCPv6Subcommand tcpv6_subcommand(app);
4242
#ifndef _WIN32
43-
eprosima::uxr::cli::SerialSubcommand serial_subcommand(app);
44-
eprosima::uxr::cli::PseudoSerialSubcommand pseudo_serial_subcommand(app);
43+
eprosima::uxr::cli::TermiosSubcommand serial_subcommand(app);
44+
eprosima::uxr::cli::PseudoTerminalSubcommand pseudo_serial_subcommand(app);
4545
#endif
4646
eprosima::uxr::cli::ExitSubcommand exit_subcommand(app);
4747

0 commit comments

Comments
 (0)