We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278dcfa commit 2de2bebCopy full SHA for 2de2beb
c++/include/dynamixel_sdk/protocol2_packet_handler.h
@@ -210,7 +210,7 @@ class WINDECLSPEC Protocol2PacketHandler : public PacketHandler
210
/// @param error DYNAMIXEL hardware error
211
/// @return communication results which come from PacketHandler::txRxPacket()
212
////////////////////////////////////////////////////////////////////////////////
213
- int clearError (PortHandler *port, uint8_t id, uint8_t *error = 0) = 0;
+ int clearError (PortHandler *port, uint8_t id, uint8_t *error = 0);
214
215
216
/// @brief The function that makes Dynamixel reset as it was produced in the factory
0 commit comments