Skip to content
Snippets Groups Projects
Commit 62003061 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the destructor to the FTDI dynamixel slave module.

parent f13f350c
No related branches found
No related tags found
No related merge requests found
......@@ -269,3 +269,7 @@ void CDynamixelServerFTDI::set_baudrate(int baudrate)
throw CDynamixelServerException(_HERE_,"The communication device is not ready to send information");
}
}
CDynamixelServerFTDI::~CDynamixelServerFTDI()
{
}
......@@ -107,6 +107,11 @@ class CDynamixelServerFTDI : public CDynamixelServer
*
*/
int get_baudrate(void);
/**
* \brief
*
*/
virtual ~CDynamixelServerFTDI();
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment