Compare commits

...
Author SHA1 Message Date
Pablo Garrido 40c5ea4d45 Removed termios and pseudoterminal on VxWorks 2020-09-23 11:03:36 +02:00
+1 -1
View File
@@ -39,7 +39,7 @@ int main(int argc, char** argv)
eprosima::uxr::cli::UDPv6Subcommand udpv6_subcommand(app);
eprosima::uxr::cli::TCPv4Subcommand tcpv4_subcommand(app);
eprosima::uxr::cli::TCPv6Subcommand tcpv6_subcommand(app);
#ifndef _WIN32
#if !defined(_WIN32) && !defined(__VXWORKS__)
eprosima::uxr::cli::TermiosSubcommand serial_subcommand(app);
eprosima::uxr::cli::PseudoTerminalSubcommand pseudo_serial_subcommand(app);
#endif