Commit 008ab19a authored by Marco Bartolini's avatar Marco Bartolini
Browse files

Added Roach component to SystemMake Makefile Common Modules

parent e82be9c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
class ModbusChannel; //fwd declaration
typedef boost::shared_ptr<ModbusChannel> ModbusChannel_sp;


ModbusChannel_sp 
get_modbus_channel(const char* server_ip, 
                   int server_port=MODBUS_DEFAULT_PORT);
Loading